Home
last modified time | relevance | path

Searched refs:MENU_COLOR (Results 1 – 25 of 84) sorted by relevance

1234

/dports/misc/ytree/ytree-2.03/
H A Dstat.c24 PrintMenuOptions( stdscr, 2, COLS - 18, buff, MENU_COLOR, HIMENUS_COLOR); in DisplayDiskStatistic()
62 PrintMenuOptions( stdscr, 4, COLS - 18, buff, MENU_COLOR, HIMENUS_COLOR); in DisplayDiskName()
142 PrintMenuOptions( stdscr, 18, COLS - 22, auxbuff, MENU_COLOR, HIMENUS_COLOR); in DisplayDirParameter()
180 PrintMenuOptions( stdscr, 18, COLS - 22, auxbuff, MENU_COLOR, HIMENUS_COLOR); in DisplayFileParameter()
202 PrintMenuOptions( stdscr, y, x, buffer, MENU_COLOR, HIMENUS_COLOR); in PrettyPrintNumber()
207 PrintMenuOptions( stdscr, y, x, buffer, MENU_COLOR, HIMENUS_COLOR); in PrettyPrintNumber()
212 PrintMenuOptions( stdscr, y, x, buffer, MENU_COLOR, HIMENUS_COLOR); in PrettyPrintNumber()
217 PrintMenuOptions( stdscr, y, x, buffer, MENU_COLOR, HIMENUS_COLOR); in PrettyPrintNumber()
222 PrintMenuOptions( stdscr, y, x, buffer, MENU_COLOR, HIMENUS_COLOR); in PrettyPrintNumber()
H A Dclock.c58 mvwaddch(time_window, 0, 0, ACS_RTEE| COLOR_PAIR(MENU_COLOR)|A_BOLD); in ClockHandler()
59 mvwaddch(time_window, 0, 14, ACS_LTEE| COLOR_PAIR(MENU_COLOR)|A_BOLD); in ClockHandler()
64 PrintMenuOptions(time_window,0, 1, strtm, MENU_COLOR, HIMENUS_COLOR); in ClockHandler()
H A Ddisp.c239 PrintSpecialString( stdscr, 0, 0, "Path: ", MENU_COLOR ); in DisplayMenu()
292 ACS_VLINE | COLOR_PAIR(MENU_COLOR)| A_BOLD); in SwitchToBigFileWindow()
294 ACS_VLINE | COLOR_PAIR(MENU_COLOR)| A_BOLD); in SwitchToBigFileWindow()
337 ACS_VLINE | COLOR_PAIR(MENU_COLOR)| A_BOLD); in UnmapF2Window()
339 ACS_VLINE | COLOR_PAIR(MENU_COLOR)| A_BOLD); in UnmapF2Window()
H A Dcolor.c35 init_pair(MENU_COLOR, COLOR_CYAN, COLOR_BLUE); in StartColors()
/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Dcolor.h8 #ifdef MENU_COLOR
46 #ifdef MENU_COLOR
71 #ifdef MENU_COLOR
H A Dwintype.h49 #ifdef MENU_COLOR
H A Dconfig.h422 # define MENU_COLOR macro
/dports/shells/wcd/wcd-6.0.3/src/
H A Dcolors.h16 # define MENU_COLOR (2 | A_BOLD) macro
20 # define MENU_COLOR (A_BOLD) macro
H A Dcolors.c31 init_pair((short)(MENU_COLOR & ~A_ATTR), (short)COLOR_WHITE, (short)COLOR_BLUE); in initcolor()
34 init_pair((short)(MENU_COLOR & ~A_ATTR), (short)COLOR_WHITE, (short)COLOR_RED); in initcolor()
/dports/games/vultures-eye/vulture-2.3.67/unnethack/include/
H A Dcolor.h8 #ifdef MENU_COLOR
67 #ifdef MENU_COLOR
H A Dconfig.h410 # define MENU_COLOR macro
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Ddump.c164 #ifdef MENU_COLOR
194 #ifdef MENU_COLOR
272 #ifdef MENU_COLOR
/dports/audio/aumix/aumix-2.9.1/src/
H A Dcurses.c99 attrset(COLOR_PAIR(MENU_COLOR)); in InitScreenCurses()
109 attrset(COLOR_PAIR(MENU_COLOR) | A_UNDERLINE); in InitScreenCurses()
141 attrset(COLOR_PAIR(MENU_COLOR) | A_NORMAL); in PlaceCursor()
144 attrset(COLOR_PAIR(MENU_COLOR) | A_UNDERLINE); in PlaceCursor()
228 init_pair(MENU_COLOR, COLOR_CYAN, COLOR_BLUE); in SetDefaultColors()
H A Dcurses.h44 MENU_COLOR, enumerator
/dports/games/vultures-eye/vulture-2.3.67/unnethack/win/curses/
H A Dcursdial.h4 #ifdef MENU_COLOR
/dports/games/unnethack/unnethack-5.1.0-20131208/win/curses/
H A Dcursdial.h4 #ifdef MENU_COLOR
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Ddump.c164 #ifdef MENU_COLOR
178 #ifdef MENU_COLOR
/dports/graphics/libprojectm/projectm-3.1.12/src/MilkDrop2/vis_milk2/
H A Dmenu.cpp290 …m_ppChildMenu[i]->m_szMenuName, (i == m_nCurSel) ? MENU_HILITE_COLOR : MENU_COLOR, &rect, bCalcRec… in DrawMenu()
343 MyMenuTextOut(SIMPLE_FONT, szItemText, MENU_COLOR, &rect, bCalcRect, pCalcRect); in DrawMenu()
364 …MyMenuTextOut(SIMPLE_FONT, WASABI_API_LNGSTRINGW(IDS_USE_UP_DOWN_ARROW_KEYS), MENU_COLOR, &rect, b… in DrawMenu()
366 MyMenuTextOut(SIMPLE_FONT, buf, MENU_COLOR, &rect, bCalcRect, pCalcRect); in DrawMenu()
H A Ddefines.h211 #define MENU_COLOR 0xFFCCCCCC macro
/dports/games/vultures-eye/vulture-2.3.67/slashem/include/
H A Dcolor.h61 #ifdef MENU_COLOR
H A Dconfig.h431 # define MENU_COLOR macro
H A Dunixconf.h426 #if defined(MENU_COLOR) && defined(USE_REGEX_MATCH)
/dports/japanese/slrn/slrn-0.9.6.2/src/
H A Dslrn.h108 #define MENU_COLOR 21 macro
H A Dmenu.c102 slrn_set_color (MENU_COLOR); in update_menu()
160 if (color == MENU_COLOR) break; in slrn_execute_menu()
162 color = MENU_COLOR; in slrn_execute_menu()
/dports/news/slrn/slrn-1.0.3/src/
H A Dslrn.h134 #define MENU_COLOR 20 macro

1234