Searched refs:CONS_CHAR_CURSOR (Results 1 – 4 of 4) sorted by relevance
182 #define CONS_CHAR_CURSOR (1 << 1) macro184 #define CONS_CURSOR_ATTRS (CONS_BLINK_CURSOR | CONS_CHAR_CURSOR | \
378 CONS_CHAR_CURSOR, /* underline */ in scterm_scan_esc()379 CONS_CHAR_CURSOR | CONS_BLINK_CURSOR, /* blinking underline */ in scterm_scan_esc()
301 if (scp->curs_attr.flags & CONS_CHAR_CURSOR) { in draw_txtcharcursor()
2742 scp->curs_attr.flags = CONS_CHAR_CURSOR; in sc_set_cursor_image()2744 } else if (scp->curs_attr.flags & CONS_CHAR_CURSOR) { in sc_set_cursor_image()