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