diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-03-11 21:30:48 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-03-11 21:30:48 +0000 |
commit | 064022548bcbf4d45705fdbff8441f2b5da5f682 (patch) | |
tree | cd5dc1710944e0c7aaf80e99b9e15c0c35b9a373 /client.c | |
parent | f8c86a9515ae863fcbc38769544be983ce494a3c (diff) | |
download | rtmux-064022548bcbf4d45705fdbff8441f2b5da5f682.tar.gz rtmux-064022548bcbf4d45705fdbff8441f2b5da5f682.tar.bz2 rtmux-064022548bcbf4d45705fdbff8441f2b5da5f682.zip |
We ignore SIGWINCH until ready, so send a MSG_RESIZE immediately when becoming
ready.
Diffstat (limited to 'client.c')
-rw-r--r-- | client.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -524,6 +524,7 @@ client_dispatch_wait(void *data) event_del(&client_stdin); client_attached = 1; + client_write_server(MSG_RESIZE, NULL, 0); break; case MSG_STDIN: if (datalen != 0) |