Searched refs:tty_term_string (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/usr.bin/tmux/
H A Dtty-term.c513 acs = tty_term_string(term, TTYC_ACSC);
617 s = tty_term_string(term, TTYC_CLEAR);
750 tty_term_string(struct tty_term *term, enum tty_code_code code) function
762 const char *x = tty_term_string(term, code), *s;
775 const char *x = tty_term_string(term, code), *s;
789 const char *x = tty_term_string(term, code), *s;
802 const char *x = tty_term_string(term, code), *s;
816 const char *x = tty_term_string(term, code), *s;
H A Dserver-fn.c171 tty_raw(&c->tty, tty_term_string(c->tty.term, TTYC_SMCUP));
172 tty_raw(&c->tty, tty_term_string(c->tty.term, TTYC_CLEAR));
173 tty_raw(&c->tty, tty_term_string(c->tty.term, TTYC_E3));
H A Dtty.c429 tty_raw(tty, tty_term_string(tty->term, TTYC_RMACS));
430 tty_raw(tty, tty_term_string(tty->term, TTYC_SGR0));
431 tty_raw(tty, tty_term_string(tty->term, TTYC_RMKX));
432 tty_raw(tty, tty_term_string(tty->term, TTYC_CLEAR));
435 tty_raw(tty, tty_term_string(tty->term, TTYC_SE));
440 tty_raw(tty, tty_term_string(tty->term, TTYC_CR));
442 tty_raw(tty, tty_term_string(tty->term, TTYC_CNORM));
448 tty_raw(tty, tty_term_string(tty->term, TTYC_DSBP));
452 tty_raw(tty, tty_term_string(tty->term, TTYC_DSFCS));
453 tty_raw(tty, tty_term_string(tt
[all...]
H A Dtty-keys.c523 s = tty_term_string(tty->term, tdkc->code);
H A Dtmux.h2378 const char *tty_term_string(struct tty_term *, enum tty_code_code);

Completed in 182 milliseconds