Added offline message colour preference

This commit is contained in:
James Booth
2012-06-18 23:23:06 +01:00
parent 56c916b725
commit 8f0d9511d9
3 changed files with 18 additions and 8 deletions

View File

@@ -41,9 +41,10 @@ void prefs_set_showsplash(gboolean value);
NCURSES_COLOR_T prefs_get_bkgnd();
NCURSES_COLOR_T prefs_get_text();
NCURSES_COLOR_T prefs_get_online();
NCURSES_COLOR_T prefs_get_offline();
NCURSES_COLOR_T prefs_get_err();
NCURSES_COLOR_T prefs_get_inc();
NCURSES_COLOR_T prefs_get_bar();
NCURSES_COLOR_T prefs_get_bar_text();
NCURSES_COLOR_T prefs_get_bar_draw();
#endif