Home
last modified time | relevance | path

Searched refs:TERM_256COLOURS (Results 1 – 15 of 15) sorted by relevance

/dports/sysutils/tmux/tmux-3.2a/
H A Dtty-features.c94 TERM_256COLOURS|TERM_RGBCOLOURS
107 TERM_256COLOURS
H A Dtty.c2438 if (tty->term->flags & TERM_256COLOURS) in tty_check_fg()
2487 if (tty->term->flags & TERM_256COLOURS) in tty_check_bg()
2547 if (tty->term->flags & TERM_256COLOURS) { in tty_colours_fg()
2579 if (tty->term->flags & TERM_256COLOURS) { in tty_colours_bg()
H A Dtmux.h1292 #define TERM_256COLOURS 0x1 macro
/dports/sysutils/tmux23/tmux-2.3/
H A Dtty.c1503 if (!(tty->term->flags & TERM_256COLOURS) && in tty_check_fg()
1504 !(tty->term_flags & TERM_256COLOURS)) { in tty_check_fg()
1549 if (!(tty->term->flags & TERM_256COLOURS) && in tty_check_bg()
1550 !(tty->term_flags & TERM_256COLOURS)) { in tty_check_bg()
1638 if (tty->term_flags & TERM_256COLOURS) in tty_try_colour()
1645 if (tty->term->flags & TERM_256COLOURS) { in tty_try_colour()
H A Dtty-term.c491 term->flags |= TERM_256COLOURS; in tty_term_find()
H A Dserver-client.c1305 c->tty.term_flags |= TERM_256COLOURS; in server_client_dispatch_identify()
H A Dtmux.h1147 #define TERM_256COLOURS 0x1 macro
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dtty.c1585 if (!(tty->term->flags & TERM_256COLOURS) && in tty_check_fg()
1586 !(tty->term_flags & TERM_256COLOURS)) { in tty_check_fg()
1634 if (!(tty->term->flags & TERM_256COLOURS) && in tty_check_bg()
1635 !(tty->term_flags & TERM_256COLOURS)) { in tty_check_bg()
1749 if (tty->term_flags & TERM_256COLOURS) in tty_try_256()
1756 if (tty->term->flags & TERM_256COLOURS) { in tty_try_256()
H A Dtty-term.c494 term->flags |= TERM_256COLOURS; in tty_term_find()
H A Dserver-client.c1376 c->tty.term_flags |= TERM_256COLOURS; in server_client_dispatch_identify()
H A Dtmux.h1157 #define TERM_256COLOURS 0x1 macro
/dports/sysutils/tmate/tmate-2.4.0/
H A Dtty.c1580 if (!(tty->term->flags & TERM_256COLOURS) && in tty_check_fg()
1581 !(tty->term_flags & TERM_256COLOURS)) { in tty_check_fg()
1629 if (!(tty->term->flags & TERM_256COLOURS) && in tty_check_bg()
1630 !(tty->term_flags & TERM_256COLOURS)) { in tty_check_bg()
1744 if (tty->term_flags & TERM_256COLOURS) in tty_try_256()
1751 if (tty->term->flags & TERM_256COLOURS) { in tty_try_256()
H A Dtty-term.c491 term->flags |= TERM_256COLOURS; in tty_term_find()
H A Dserver-client.c1297 c->tty.term_flags |= TERM_256COLOURS; in server_client_dispatch_identify()
H A Dtmux.h1137 #define TERM_256COLOURS 0x1 macro