Searched refs:PT_COLOR_HEADER_BAR (Results 1 – 2 of 2) sorted by relevance
127 init_pair(PT_COLOR_HEADER_BAR, COLOR_BLACK, COLOR_WHITE); in initialize_curses()142 wattrset(title_bar_window, COLOR_PAIR(PT_COLOR_HEADER_BAR)); in show_title_bar()143 wbkgd(title_bar_window, COLOR_PAIR(PT_COLOR_HEADER_BAR)); in show_title_bar()
93 #define PT_COLOR_HEADER_BAR 2 macro