HomeSort by: relevance | last modified time | path
    Searched refs:TERM_RGBCOLOURS (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/tmux/dist/
tty-features.c 127 TERM_256COLOURS|TERM_RGBCOLOURS
tty-term.c 467 term->flags |= TERM_RGBCOLOURS;
469 term->flags &= ~TERM_RGBCOLOURS;
470 log_debug("RGBCOLOURS flag is %d", !!(term->flags & TERM_RGBCOLOURS));
tty.c 2894 if (tty->term->flags & TERM_RGBCOLOURS)
2954 if (tty->term->flags & TERM_RGBCOLOURS)
tmux.h 1529 #define TERM_RGBCOLOURS 0x10

Completed in 31 milliseconds