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

/netbsd-current/external/bsd/tmux/dist/
H A Dscreen.c87 s->ccolour = -1;
224 s->ccolour = colour;
H A Dtty.c114 tty->ccolour = -1;
357 if (tty->ccolour != -1)
443 if (tty->ccolour != -1)
715 if (c == tty->ccolour)
724 tty->ccolour = c;
731 int ccolour, changed, cmode = mode; local
735 ccolour = s->ccolour;
736 if (s->ccolour == -1)
737 ccolour
[all...]
H A Dtmux.h890 int ccolour; /* cursor colour */ member in struct:screen
1421 int ccolour; member in struct:tty
H A Dinput.c2791 c = ictx->ctx.s->ccolour;

Completed in 92 milliseconds