We ignore SIGWINCH until ready, so send a MSG_RESIZE immediately when

becoming ready.
pull/1/head
Nicholas Marriott 2013-03-25 11:38:57 +00:00
parent e4c0730bf1
commit 88b92df849
1 changed files with 1 additions and 0 deletions

View File

@ -520,6 +520,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)