diff options
author | James Booth <boothj5@gmail.com> | 2015-02-04 23:35:28 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-02-04 23:35:28 +0000 |
commit | 30180ac8bb125e4cae03c415201f796863d4c80b (patch) | |
tree | bf9ad3ce7699276918a2fda7436b575a2607b9f6 /tests | |
parent | d64c4a69d76aa982f1631449169e35e6eb77bc89 (diff) | |
download | profani-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.c | 1 |
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) { |