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

/haiku/src/apps/terminal/
H A DTermConst.h212 #define BOLD 0x4000 macro
H A DTerminalLine.h40 inline bool IsBold() const { return (state & BOLD) == BOLD; }
H A DTermParse.cpp794 attributes |= BOLD;
836 attributes &= ~BOLD;

Completed in 48 milliseconds