Home
last modified time | relevance | path

Searched refs:TTYC_SETAF (Results 1 – 12 of 12) sorted by relevance

/dports/sysutils/tmux23/tmux-2.3/
H A Dtty.c1458 tty_putcode1(tty, TTYC_SETAF, 7); in tty_colours()
1589 tty_putcode1(tty, TTYC_SETAF, gc->fg); in tty_colours_fg()
1647 if (!tty_term_has(tty->term, TTYC_SETAF)) in tty_try_colour()
1649 tty_putcode1(tty, TTYC_SETAF, colour & 0xff); in tty_try_colour()
H A Dtty-term.c248 [TTYC_SETAF] = { TTYCODE_STRING, "setaf" },
H A Dtmux.h387 TTYC_SETAF, /* set_a_foreground, AF */ enumerator
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dtty.c1536 tty_putcode1(tty, TTYC_SETAF, 7); in tty_colours()
1685 tty_putcode1(tty, TTYC_SETAF, fg); in tty_colours_fg()
1758 if (!tty_term_has(tty->term, TTYC_SETAF)) in tty_try_256()
1760 tty_putcode1(tty, TTYC_SETAF, colour); in tty_try_256()
H A Dtty-term.c248 [TTYC_SETAF] = { TTYCODE_STRING, "setaf" },
H A Dtmux.h387 TTYC_SETAF, /* set_a_foreground, AF */ enumerator
/dports/sysutils/tmate/tmate-2.4.0/
H A Dtty.c1531 tty_putcode1(tty, TTYC_SETAF, 7); in tty_colours()
1680 tty_putcode1(tty, TTYC_SETAF, fg); in tty_colours_fg()
1753 if (!tty_term_has(tty->term, TTYC_SETAF)) in tty_try_256()
1755 tty_putcode1(tty, TTYC_SETAF, colour); in tty_try_256()
H A Dtty-term.c248 [TTYC_SETAF] = { TTYCODE_STRING, "setaf" },
H A Dtmux.h387 TTYC_SETAF, /* set_a_foreground, AF */ enumerator
/dports/sysutils/tmux/tmux-3.2a/
H A Dtty.c2379 tty_putcode1(tty, TTYC_SETAF, 7); in tty_colours()
2551 tty_putcode1(tty, TTYC_SETAF, gc->fg - 90 + 8); in tty_colours_fg()
2556 tty_putcode1(tty, TTYC_SETAF, gc->fg); in tty_colours_fg()
2640 if (*type == '3' && tty_term_has(tty->term, TTYC_SETAF)) in tty_try_colour()
2641 tty_putcode1(tty, TTYC_SETAF, colour & 0xff); in tty_try_colour()
H A Dtty-term.c263 [TTYC_SETAF] = { TTYCODE_STRING, "setaf" },
H A Dtmux.h480 TTYC_SETAF, enumerator