HomeSort by: relevance | last modified time | path
    Searched defs:tty_puts (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/tmux/dist/
tty.c 149 tty_puts(tty, "\033[18t\033[14t");
370 tty_puts(tty, "\033[?1000l\033[?1002l\033[?1003l");
371 tty_puts(tty, "\033[?1006l\033[?1005l");
378 tty_puts(tty, "\033[?2031h\033[?996n");
402 tty_puts(tty, "\033[c");
404 tty_puts(tty, "\033[>c");
406 tty_puts(tty, "\033[>q");
407 tty_puts(tty, "\033]10;?\033\\\033]11;?\033\\");
434 tty_puts(tty, "\033]10;?\033\\\033]11;?\033\\");
544 tty_puts(tty, tty_term_string(tty->term, TTYC_ENEKS))
646 tty_puts(struct tty *tty, const char *s) function
    [all...]
tty.c 149 tty_puts(tty, "\033[18t\033[14t");
370 tty_puts(tty, "\033[?1000l\033[?1002l\033[?1003l");
371 tty_puts(tty, "\033[?1006l\033[?1005l");
378 tty_puts(tty, "\033[?2031h\033[?996n");
402 tty_puts(tty, "\033[c");
404 tty_puts(tty, "\033[>c");
406 tty_puts(tty, "\033[>q");
407 tty_puts(tty, "\033]10;?\033\\\033]11;?\033\\");
434 tty_puts(tty, "\033]10;?\033\\\033]11;?\033\\");
544 tty_puts(tty, tty_term_string(tty->term, TTYC_ENEKS))
646 tty_puts(struct tty *tty, const char *s) function
    [all...]

Completed in 256 milliseconds