Searched refs:FORESET (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/terminal/
H A DTerminalLine.h44 inline bool IsForeSet() const { return (state & FORESET) == FORESET; }
54 state |= FORESET;
73 state |= FORESET;
100 state &= ~FORESET;
H A DTermConst.h216 #define FORESET 0x0400 macro

Completed in 41 milliseconds