Searched refs:TTYC_CLEAR (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.bin/tmux/
H A Dtty-term.c65 [TTYC_CLEAR] = { TTYCODE_STRING, "clear" },
596 if (!tty_term_has(term, TTYC_CLEAR)) {
617 s = tty_term_string(term, TTYC_CLEAR);
H A Dserver-fn.c172 tty_raw(&c->tty, tty_term_string(c->tty.term, TTYC_CLEAR));
H A Dtty.c331 tty_putcode(tty, TTYC_CLEAR);
432 tty_raw(tty, tty_term_string(tty->term, TTYC_CLEAR));
H A Dtmux.h337 TTYC_CLEAR, enumerator in enum:tty_code_code

Completed in 102 milliseconds