Searched refs:tty_putcode (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/tmux/dist/
H A Dtty.c332 tty_putcode(tty, TTYC_SMCUP);
334 tty_putcode(tty, TTYC_SMKX);
335 tty_putcode(tty, TTYC_CLEAR);
339 tty_putcode(tty, TTYC_ENACS);
343 tty_putcode(tty, TTYC_CNORM);
349 tty_putcode(tty, TTYC_ENBP);
501 tty_putcode(tty, TTYC_ENMG);
540 tty_putcode(struct tty *tty, enum tty_code_code code) function
676 tty_putcode(tty, TTYC_SITM);
680 tty_putcode(tt
[all...]
H A Dalerts.c314 tty_putcode(&c->tty, TTYC_BEL);
H A Dtmux.h2342 void tty_putcode(struct tty *, enum tty_code_code);

Completed in 203 milliseconds