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

  /src/external/bsd/tmux/dist/
screen.c 87 s->ccolour = -1;
240 s->ccolour = colour;
tty.c 116 tty->ccolour = -1;
386 if (tty->ccolour != -1)
481 if (tty->ccolour != -1)
756 if (c == tty->ccolour)
765 tty->ccolour = c;
772 int ccolour, changed, cmode = mode; local
776 ccolour = s->ccolour;
777 if (s->ccolour == -1)
778 ccolour = s->default_ccolour
    [all...]
tmux.h 970 int ccolour; /* cursor colour */ member in struct:screen
1556 int ccolour; member in struct:tty
input.c 3029 c = ictx->ctx.s->ccolour;
format.c 1178 if (wp->screen->ccolour != -1)
1179 return (xstrdup(colour_tostring(wp->screen->ccolour)));

Completed in 27 milliseconds