A_WIDTH
line->cells[fCursor.x].attributes.state |= (width == FULL_WIDTH ? A_WIDTH : 0);
attributes |= A_WIDTH;
cell.attributes.state |= A_WIDTH;
inline bool IsWidth() const { return (state & A_WIDTH) == A_WIDTH; }