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

/openbsd-current/usr.bin/tmux/
H A Dtty.c2580 if (!tty_term_has(tty->term, TTYC_SETAB)) {
2694 tty_putcode_i(tty, TTYC_SETAB, 0);
2900 tty_putcode_i(tty, TTYC_SETAB, gc->bg - 90 + 8);
2905 tty_putcode_i(tty, TTYC_SETAB, gc->bg);
2967 else if (tty_term_has(tty->term, TTYC_SETAB))
2968 tty_putcode_i(tty, TTYC_SETAB, colour & 0xff);
H A Dtty-term.c261 [TTYC_SETAB] = { TTYCODE_STRING, "setab" },
H A Dtmux.h534 TTYC_SETAB, enumerator in enum:tty_code_code

Completed in 143 milliseconds