Searched refs:COLOR_PAIR (Results 1 – 7 of 7) sorted by relevance
139 attrset(COLOR_PAIR(2)); in main()180 attrset(COLOR_PAIR(3)); in main()210 attrset(COLOR_PAIR(2)); in main()309 attron(COLOR_PAIR(1)); in standt()315 attron(COLOR_PAIR(2)); in standt()
32 COLOR_PAIR(1)33 COLOR_PAIR(2)34 COLOR_PAIR(3)
635 extern NCURSES_EXPORT(int) COLOR_PAIR (int); /* generated */1261 #define COLOR_PAIR(n) (NCURSES_BITS((n), 0) & A_COLOR) macro1395 (attr_t)COLOR_PAIR(p))), \
510 #define ColorPair(pair) COLOR_PAIR(pair)
419 attron(COLOR_PAIR(COLOR_BLUE)); in initgame()434 attron(COLOR_PAIR(COLOR_BLUE)); in initgame()808 attron(COLOR_PAIR(COLOR_GREEN)); in hitship()861 attron(COLOR_PAIR(COLOR_RED)); in plyturn()863 attron(COLOR_PAIR(COLOR_GREEN)); in plyturn()1018 attron(COLOR_PAIR(COLOR_RED)); in cpufire()1020 attron(COLOR_PAIR(COLOR_GREEN)); in cpufire()
241 ? COLOR_PAIR(255) in decode_attr()242 : COLOR_PAIR(value)); in decode_attr()335 *target = (ChCharOf(value) | attr | (chtype) COLOR_PAIR(color)); in decode_chtype()836 COLOR_PAIR((int) attr), in putwin()851 COLOR_PAIR((int) attr), in putwin()
404 ::wbkgd(m_window, COLOR_PAIR(color_pair_idx)); in SetBackground()498 ::wattron(m_window, COLOR_PAIR(WhiteOnBlue)); in OutputColoredStringTruncated()545 ::wattron(m_window, COLOR_PAIR(WhiteOnBlue)); in OutputColoredStringTruncated()758 attr = A_BOLD | COLOR_PAIR(BlackOnWhite); in DrawTitleBox()1147 surface.AttributeOn(COLOR_PAIR(RedOnBlack)); in DrawError()1151 surface.AttributeOff(COLOR_PAIR(RedOnBlack)); in DrawError()2576 surface.AttributeOn(COLOR_PAIR(RedOnBlack)); in DrawError()2580 surface.AttributeOff(COLOR_PAIR(RedOnBlack)); in DrawError()5774 changd_attr = COLOR_PAIR(RedOnBlack) | A_BOLD; in DisplayRowObject()7006 bp_attr = COLOR_PAIR(BlackOnWhite); in WindowDelegateDraw()[all …]