Searched refs:A_WIDTH (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/terminal/
H A DTermConst.h211 #define A_WIDTH 0x8000 macro
H A DTerminalLine.h39 inline bool IsWidth() const { return (state & A_WIDTH) == A_WIDTH; }
H A DHistoryBuffer.cpp123 cell.attributes.state |= A_WIDTH;
H A DBasicTerminalBuffer.cpp648 line->cells[fCursor.x].attributes.state |= (width == FULL_WIDTH ? A_WIDTH : 0);
672 attributes |= A_WIDTH;

Completed in 48 milliseconds