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-09-26 00:25:04 +0100
committerJames Booth <boothj5@gmail.com>2013-09-26 00:25:04 +0100
commit2625630ff367eeab566065e92258d4724bfeefed (patch)
tree1831207eca3dd0f3a837b0414d1ed1aef83b1863 /src/ui/ui.h
parent8be4cd1f2731ebec069c5848148b6748f318ea98 (diff)
downloadprofani-tty-2625630ff367eeab566065e92258d4724bfeefed.tar.gz
Next and previous windows, handle KEY_CODE_YES terms, jump empty wins
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index fa74bed6..4cde751e 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -52,6 +52,8 @@ void ui_idle(void);
 void ui_handle_special_keys(const wint_t * const ch, const char * const inp,
     const int size);
 void ui_switch_win(const int i);
+void ui_next_win(void);
+void ui_previous_win(void);
 unsigned long ui_get_idle_time(void);
 void ui_reset_idle_time(void);
 void ui_new_chat_win(const char * const to);