Searched refs:TERM_RGBCOLOURS (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.bin/tmux/
H A Dtty-features.c117 TERM_256COLOURS|TERM_RGBCOLOURS
H A Dtty-term.c464 term->flags |= TERM_RGBCOLOURS;
466 term->flags &= ~TERM_RGBCOLOURS;
467 log_debug("RGBCOLOURS flag is %d", !!(term->flags & TERM_RGBCOLOURS));
H A Dtty.c2742 if (tty->term->flags & TERM_RGBCOLOURS)
2792 if (tty->term->flags & TERM_RGBCOLOURS)
H A Dtmux.h1365 #define TERM_RGBCOLOURS 0x10 macro

Completed in 216 milliseconds