diff options
Diffstat (limited to 'src/ui/console.c')
-rw-r--r-- | src/ui/console.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/console.c b/src/ui/console.c index 4874d1e1..94fbba33 100644 --- a/src/ui/console.c +++ b/src/ui/console.c @@ -2313,6 +2313,7 @@ cons_theme_properties(void) _cons_theme_bar_prop(THEME_STATUS_TEXT, "statusbar.text"); _cons_theme_bar_prop(THEME_STATUS_BRACKET, "statusbar.brackets"); _cons_theme_bar_prop(THEME_STATUS_ACTIVE, "statusbar.active"); + _cons_theme_bar_prop(THEME_STATUS_CURRENT, "statusbar.current"); _cons_theme_bar_prop(THEME_STATUS_NEW, "statusbar.new"); _cons_theme_bar_prop(THEME_STATUS_TIME, "statusbar.time"); |