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

  /src/external/bsd/tmux/dist/
tty.c 478 else if (tty_term_has(tty->term, TTYC_SS))
479 tty_raw(tty, tty_term_string_i(tty->term, TTYC_SS, 0));
824 tty_putcode_i(tty, TTYC_SS, 0);
830 if (tty_term_has(tty->term, TTYC_SS)) {
832 tty_putcode_i(tty, TTYC_SS, 1);
834 tty_putcode_i(tty, TTYC_SS, 2);
839 if (tty_term_has(tty->term, TTYC_SS)) {
841 tty_putcode_i(tty, TTYC_SS, 3);
843 tty_putcode_i(tty, TTYC_SS, 4);
848 if (tty_term_has(tty->term, TTYC_SS)) {
    [all...]
tty-term.c 283 [TTYC_SS] = { TTYCODE_STRING, "Ss" },
tmux.h 617 TTYC_SS,

Completed in 29 milliseconds