Added remaining basic terminal colours

Added bar_text style
This commit is contained in:
James Booth
2012-06-18 23:38:34 +01:00
parent 8f0d9511d9
commit 9427e64481
3 changed files with 14 additions and 1 deletions

View File

@@ -46,5 +46,6 @@ NCURSES_COLOR_T prefs_get_err();
NCURSES_COLOR_T prefs_get_inc();
NCURSES_COLOR_T prefs_get_bar();
NCURSES_COLOR_T prefs_get_bar_draw();
NCURSES_COLOR_T prefs_get_bar_text();
#endif