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

/netbsd-current/external/bsd/tmux/dist/
H A Dtty.c345 tty_puts(tty, "\033[?1000l\033[?1002l\033[?1003l");
346 tty_puts(tty, "\033[?1006l\033[?1005l");
373 tty_puts(tty, "\033[c");
375 tty_puts(tty, "\033[>c");
377 tty_puts(tty, "\033[>q");
378 tty_puts(tty, "\033]10;?\033\\");
379 tty_puts(tty, "\033]11;?\033\\");
398 tty_puts(tty, "\033]10;?\033\\");
399 tty_puts(tty, "\033]11;?\033\\");
503 tty_puts(tt
605 tty_puts(struct tty *tty, const char *s) function
[all...]
H A Dscreen-redraw.c712 tty_puts(tty, END_ISOLATE);
743 tty_puts(tty, START_ISOLATE);
H A Dtmux.h2349 void tty_puts(struct tty *, const char *);

Completed in 145 milliseconds