WSDISPLAY_CHAR_BLINK
if ((attrbyte & 0x80)) wschar->flags |= WSDISPLAY_CHAR_BLINK;
if (wschar->flags & WSDISPLAY_CHAR_BLINK) attrbyte |= 0x08;