aboutsummaryrefslogtreecommitdiff
path: root/client.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-03-17 23:45:19 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-03-17 23:45:19 +0000
commitf5de847a0c8be02a16b06e2cae366c2edf539d10 (patch)
treef4e7d0eeca657405acb435296214033f0be9b9d4 /client.c
parentb5516771d30536a7ee931a8331929bffd2103796 (diff)
parent6bdc947f6b8616e45ed0cf742ad143d138d3d6e2 (diff)
downloadrtmux-f5de847a0c8be02a16b06e2cae366c2edf539d10.tar.gz
rtmux-f5de847a0c8be02a16b06e2cae366c2edf539d10.tar.bz2
rtmux-f5de847a0c8be02a16b06e2cae366c2edf539d10.zip
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
Diffstat (limited to 'client.c')
-rw-r--r--client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client.c b/client.c
index 56caa338..91f47650 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)