Searched defs:BOLD (Results 1 – 5 of 5) sorted by relevance
58 #define COLOR(FGBG, CODE, BOLD) "\033[0;" BOLD FGBG CODE "m" argument60 #define ALLCOLORS(FGBG,BOLD) {\ argument
27 BOLD("bold"), enumConstant
60 BOLD = '' #: Turn on bold mode variable in TerminalController
82 public final static int BOLD = 0x01; field in VDUBuffer