about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-02-04 23:35:28 +0000
committerJames Booth <boothj5@gmail.com>2015-02-04 23:35:28 +0000
commit30180ac8bb125e4cae03c415201f796863d4c80b (patch)
treebf9ad3ce7699276918a2fda7436b575a2607b9f6 /src/ui/ui.h
parentd64c4a69d76aa982f1631449169e35e6eb77bc89 (diff)
downloadprofani-tty-30180ac8bb125e4cae03c415201f796863d4c80b.tar.gz
Move SIGWINCH handling to ui/core.c, ignore signal whilst resizing
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 5008593f..92f570d5 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -62,6 +62,7 @@ GSList* ui_get_chat_recipients(void);
 gboolean ui_switch_win(const int i);
 void ui_next_win(void);
 void ui_previous_win(void);
+void ui_sigwinch_handler(int sig);
 
 void ui_gone_secure(const char * const barejid, gboolean trusted);
 void ui_gone_insecure(const char * const barejid);