Searched refs:ccolour (Results 1 – 4 of 4) sorted by relevance
109 tty->ccolour = -1; in tty_init()360 if (tty->ccolour != -1) in tty_start_tty()446 if (tty->ccolour != -1) in tty_stop_tty()718 if (c == tty->ccolour) in tty_force_cursor_colour()727 tty->ccolour = c; in tty_force_cursor_colour()734 int ccolour, changed, cmode = mode; in tty_update_cursor() local738 ccolour = s->ccolour; in tty_update_cursor()739 if (s->ccolour == -1) in tty_update_cursor()740 ccolour = s->default_ccolour; in tty_update_cursor()741 tty_force_cursor_colour(tty, ccolour); in tty_update_cursor()
88 s->ccolour = -1; in screen_init()227 s->ccolour = colour; in screen_set_cursor_colour()
923 int ccolour; /* cursor colour */ member1485 int ccolour; member
2853 c = ictx->ctx.s->ccolour; in input_osc_12()