CONS_BLINK_CURSOR
CONS_BLINK_CURSOR, /* blinking block */
CONS_CHAR_CURSOR | CONS_BLINK_CURSOR, /* blinking underline */
CONS_BLINK_CURSOR | CONS_LOCAL_CURSOR, /* very visible */
CONS_BLINK_CURSOR, /* blinking block */
CONS_CHAR_CURSOR | CONS_BLINK_CURSOR, /* blinking underline */
flags = scp->base_curs_attr.flags ^ CONS_BLINK_CURSOR;
else if (scp->curs_attr.flags & CONS_BLINK_CURSOR)
scp->curs_attr.flags & CONS_BLINK_CURSOR, TRUE,
scp->curs_attr.flags & CONS_BLINK_CURSOR, FALSE,
scp->curs_attr.height, scp->curs_attr.flags & CONS_BLINK_CURSOR);
#define CONS_CURSOR_ATTRS (CONS_BLINK_CURSOR | CONS_CHAR_CURSOR | \
type = CONS_BLINK_CURSOR | CONS_CHAR_CURSOR;
type |= CONS_BLINK_CURSOR;
type &= ~CONS_BLINK_CURSOR;