From 064022548bcbf4d45705fdbff8441f2b5da5f682 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 11 Mar 2013 21:30:48 +0000 Subject: [PATCH] We ignore SIGWINCH until ready, so send a MSG_RESIZE immediately when becoming ready. --- client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client.c b/client.c index 5b227b44..612572d0 100644 --- a/client.c +++ b/client.c @@ -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)