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

@@ -85,6 +85,7 @@ void gui_init(void)
init_pair(5, prefs_get_offline(), prefs_get_bkgnd());
init_pair(6, prefs_get_err(), prefs_get_bkgnd());
init_pair(7, prefs_get_inc(), prefs_get_bkgnd());
init_pair(8, prefs_get_bar_text(), prefs_get_bar());
}
refresh();