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-10-02 23:33:48 +0100
committerJames Booth <boothj5@gmail.com>2013-10-02 23:33:48 +0100
commit6ff7177b9b505d290009080a30f73b16ee2c276a (patch)
treee8a487f74888c037bed0b058b37f8bd6d8e7bc40 /src/ui/ui.h
parent2625630ff367eeab566065e92258d4724bfeefed (diff)
downloadprofani-tty-6ff7177b9b505d290009080a30f73b16ee2c276a.tar.gz
Show current window in status bar
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 4cde751e..4d4ead7b 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -228,6 +228,7 @@ 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);
+void status_bar_current(int i);
 
 // input window actions
 wint_t inp_get_char(char *input, int *size);