about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-08-30 00:49:38 +0100
committerJames Booth <boothj5@gmail.com>2013-08-30 00:49:38 +0100
commit4ae817cd8292f964ef1c45bfa3b70544ce23043f (patch)
tree935f88f5ddcace492c40ab8386ac5d92a26dda19 /src/ui/ui.h
parent7f476b3e2cb4739adb6b5ea02a9b86f19637b819 (diff)
downloadprofani-tty-4ae817cd8292f964ef1c45bfa3b70544ce23043f.tar.gz
Fixed ">" indicator when tidying windows
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index 157f8ad3..fa74bed6 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -225,6 +225,7 @@ void status_bar_inactive(const int win);
 void status_bar_active(const int win);
 void status_bar_new(const int win);
 void status_bar_update_time(void);
+void status_bar_set_all_inactive(void);
 
 // input window actions
 wint_t inp_get_char(char *input, int *size);