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.
This commit is contained in:
James Booth
2012-04-19 23:32:44 +01:00
parent 4f454b6a64
commit 6ab1a84c65
3 changed files with 34 additions and 8 deletions

View File

@@ -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