diff options
Diffstat (limited to 'v2/chatty.c')
-rw-r--r-- | v2/chatty.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/v2/chatty.c b/v2/chatty.c index 5697bcd..ddaae5c 100644 --- a/v2/chatty.c +++ b/v2/chatty.c @@ -428,8 +428,9 @@ int main(int argc, char **argv) } if (quit) break; + } - } else if (fds[FDS_RESIZE].revents & POLLIN) { + if (fds[FDS_RESIZE].revents & POLLIN) { tb_poll_event(&ev); } |