about summary refs log tree commit diff stats
path: root/preferences.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-06-18 23:38:34 +0100
committerJames Booth <boothj5@gmail.com>2012-06-18 23:38:34 +0100
commit9427e6448195d9bdd7d660d14bea7625b29f1322 (patch)
tree1926879665550c78276cb15fd096e17c7046ebb3 /preferences.h
parent8f0d9511d9910ae3b82b40dd46ca5decf2d1aae1 (diff)
downloadprofani-tty-9427e6448195d9bdd7d660d14bea7625b29f1322.tar.gz
Added remaining basic terminal colours
Added bar_text style
Diffstat (limited to 'preferences.h')
-rw-r--r--preferences.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/preferences.h b/preferences.h
index 2cd5e61e..056b8253 100644
--- a/preferences.h
+++ b/preferences.h
@@ -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