HomeSort by: relevance | last modified time | path
    Searched refs:TTYC_CLEAR (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/tmux/dist/
tty-term.c 68 [TTYC_CLEAR] = { TTYCODE_STRING, "clear" },
622 if (!tty_term_has(term, TTYC_CLEAR)) {
643 s = tty_term_string(term, TTYC_CLEAR);
server-fn.c 171 tty_raw(&c->tty, tty_term_string(c->tty.term, TTYC_CLEAR));
tty.c 360 tty_putcode(tty, TTYC_CLEAR);
474 tty_raw(tty, tty_term_string(tty->term, TTYC_CLEAR));
tmux.h 402 TTYC_CLEAR,

Completed in 28 milliseconds