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

/openbsd-current/usr.bin/tmux/
H A Dtty.c2443 if (cx == thisx - 1 && tty_term_has(term, TTYC_CUB1)) {
2444 tty_putcode(tty, TTYC_CUB1);
2467 if (change == 2 && tty_term_has(term, TTYC_CUB1)) {
2468 tty_putcode(tty, TTYC_CUB1);
2469 tty_putcode(tty, TTYC_CUB1);
H A Dtty-term.c73 [TTYC_CUB1] = { TTYCODE_STRING, "cub1" },
H A Dtmux.h346 TTYC_CUB1, enumerator in enum:tty_code_code

Completed in 305 milliseconds