about summary refs log tree commit diff stats
path: root/src/preferences.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-21 00:23:53 +0000
committerJames Booth <boothj5@gmail.com>2012-11-21 00:23:53 +0000
commit24e5e7c786019de25e3b6194a11bcb29d068ef71 (patch)
tree070ce8dfa1240375982500ad526a0af5a986b09b /src/preferences.h
parenta3da391bfe17a4efac7d2f7dc23b844d1a9d652f (diff)
parent1a909fd6eb2f1ac5fb302c1c164e346fe9050249 (diff)
downloadprofani-tty-24e5e7c786019de25e3b6194a11bcb29d068ef71.tar.gz
Merge branch 'master' into wheel
Diffstat (limited to 'src/preferences.h')
-rw-r--r--src/preferences.h23
1 files changed, 17 insertions, 6 deletions
diff --git a/src/preferences.h b/src/preferences.h
index d045f517..bb45ee07 100644
--- a/src/preferences.h
+++ b/src/preferences.h
@@ -78,17 +78,28 @@ gint prefs_get_priority(void);
 void prefs_add_login(const char *jid);
 
 NCURSES_COLOR_T prefs_get_bkgnd();
-NCURSES_COLOR_T prefs_get_text();
+NCURSES_COLOR_T prefs_get_titlebar();
+NCURSES_COLOR_T prefs_get_statusbar();
+NCURSES_COLOR_T prefs_get_titlebartext();
+NCURSES_COLOR_T prefs_get_titlebarbrackets();
+NCURSES_COLOR_T prefs_get_statusbartext();
+NCURSES_COLOR_T prefs_get_statusbarbrackets();
+NCURSES_COLOR_T prefs_get_statusbaractive();
+NCURSES_COLOR_T prefs_get_statusbarnew();
+NCURSES_COLOR_T prefs_get_maintext();
+NCURSES_COLOR_T prefs_get_splashtext();
 NCURSES_COLOR_T prefs_get_online();
 NCURSES_COLOR_T prefs_get_away();
 NCURSES_COLOR_T prefs_get_chat();
 NCURSES_COLOR_T prefs_get_dnd();
 NCURSES_COLOR_T prefs_get_xa();
 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_draw();
-NCURSES_COLOR_T prefs_get_bar_text();
+NCURSES_COLOR_T prefs_get_typing();
+NCURSES_COLOR_T prefs_get_gone();
+NCURSES_COLOR_T prefs_get_error();
+NCURSES_COLOR_T prefs_get_incoming();
+NCURSES_COLOR_T prefs_get_roominfo();
+NCURSES_COLOR_T prefs_get_me();
+NCURSES_COLOR_T prefs_get_them();
 
 #endif