about summary refs log tree commit diff stats
path: root/tests
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 /tests
parentd64c4a69d76aa982f1631449169e35e6eb77bc89 (diff)
downloadprofani-tty-30180ac8bb125e4cae03c415201f796863d4c80b.tar.gz
Move SIGWINCH handling to ui/core.c, ignore signal whilst resizing
Diffstat (limited to 'tests')
-rw-r--r--tests/ui/stub_ui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/stub_ui.c b/tests/ui/stub_ui.c
index d681ec15..e0556ac8 100644
--- a/tests/ui/stub_ui.c
+++ b/tests/ui/stub_ui.c
@@ -91,6 +91,7 @@ void ui_smp_answer_failure(const char * const barejid) {}
 
 void ui_otr_authenticating(const char * const barejid) {}
 void ui_otr_authetication_waiting(const char * const recipient) {}
+void ui_sigwinch_handler(int sig) {}
 
 unsigned long ui_get_idle_time(void)
 {