Curses: implement the windowcolors option
Allow changing the curses windows foreground and background colors, for example: OPTIONS=windowcolor:menu #8000F0/20F080 message grey/blue
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
/* Global declarations */
|
||||
|
||||
void curses_create_main_windows(void);
|
||||
int curses_init_rgb(int r, int g, int b);
|
||||
int curses_init_pair(int fg, int bg);
|
||||
void curses_init_nhcolors(void);
|
||||
void curses_choose_character(void);
|
||||
int curses_character_dialog(const char **choices, const char *prompt);
|
||||
|
||||
Reference in New Issue
Block a user