diff options
author | James Booth <boothj5@gmail.com> | 2017-03-24 19:53:41 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2017-03-24 19:53:41 +0000 |
commit | b19e02db91b6fc1fc56242953f1c48c4d84a1e8b (patch) | |
tree | 146286502166ce8d4c30bed162f6251148544f6c /src/ui/console.c | |
parent | f1a5d12950301d762c3a2465c768676730229eab (diff) | |
parent | 91bc302acfebea5aec70513401fec2b5d0f57a87 (diff) | |
download | profani-tty-b19e02db91b6fc1fc56242953f1c48c4d84a1e8b.tar.gz |
Merge remote-tracking branch 'edoiks/upstream'
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 64f44c52..4c24b450 100644 --- a/src/ui/console.c +++ b/src/ui/console.c @@ -2224,6 +2224,7 @@ cons_theme_properties(void) _cons_theme_bar_prop(THEME_STATUS_BRACKET, "statusbar.brackets"); _cons_theme_bar_prop(THEME_STATUS_ACTIVE, "statusbar.active"); _cons_theme_bar_prop(THEME_STATUS_NEW, "statusbar.new"); + _cons_theme_bar_prop(THEME_STATUS_TIME, "statusbar.time"); _cons_theme_prop(THEME_TIME, "main.time"); _cons_theme_prop(THEME_TEXT, "main.text"); |