Searched refs:INVERSE (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/terminal/
H A DTermConst.h214 #define INVERSE 0x1000 macro
H A DTerminalLine.h42 inline bool IsInverse() const { return (state & INVERSE) == INVERSE; }
H A DTermParse.cpp828 attributes |= INVERSE;
844 attributes &= ~INVERSE;

Completed in 37 milliseconds