Added flash notification and option

This commit is contained in:
James Booth
2012-04-24 01:39:23 +01:00
parent b3ae1a7d12
commit 1b7d9e9e26
4 changed files with 33 additions and 0 deletions

View File

@@ -91,6 +91,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_flash(int val);
// input window actions
void inp_get_char(int *ch, char *input, int *size);