Searched refs:TCOLOR_FG (Results 1 – 3 of 3) sorted by relevance
81 #define TCOLOR_FG(c) (((c) & 0x7) << 26) macro89 #define FG_BLACK TCOLOR_FG(TC_BLACK)90 #define FG_BLUE TCOLOR_FG(TC_BLUE)91 #define FG_GREEN TCOLOR_FG(TC_GREEN)92 #define FG_CYAN TCOLOR_FG(TC_CYAN)93 #define FG_RED TCOLOR_FG(TC_RED)94 #define FG_MAGENTA TCOLOR_FG(TC_MAGENTA)95 #define FG_BROWN TCOLOR_FG(TC_YELLOW)96 #define FG_LIGHTGREY TCOLOR_FG(TC_WHITE)97 #define FG_DARKGREY (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_BLACK))[all …]
423 ch = TCOLOR_FG(a->ta_fgcolor) | TCOLOR_BG(a->ta_bgcolor); in vtbuf_do_clearhistory()508 ch = TCOLOR_FG(a->ta_fgcolor) | TCOLOR_BG(a->ta_bgcolor); in vtbuf_grow()
140 TCOLOR_FG(_c & 7) | ((_c & 8) << 18); \