about summary refs log tree commit diff stats
path: root/windows.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-04-19 23:32:44 +0100
committerJames Booth <boothj5@gmail.com>2012-04-19 23:32:44 +0100
commit6ab1a84c65750c6b8ce453a06ade94e69994d9c5 (patch)
treed745375501c9ff01e521131d831c5c4efff782b0 /windows.h
parent4f454b6a64c864f6fa2c1b8e45262238783c188e (diff)
downloadprofani-tty-6ab1a84c65750c6b8ce453a06ade94e69994d9c5.tar.gz
Added blinking notifications
When something happens in the a active window,
the status bar shows a blinking notification.

Moving to the window stops the blinking.
Diffstat (limited to 'windows.h')
-rw-r--r--windows.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows.h b/windows.h
index 7996aa1a..46648605 100644
--- a/windows.h
+++ b/windows.h
@@ -84,6 +84,7 @@ void status_bar_get_password(void);
 void status_bar_print_message(const char * const msg);
 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);
 
 // input window actions