mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-27 10:33:09 +01:00
Always redraw requesting client on resize.
This commit is contained in:
parent
5ad9b31ac5
commit
08f8740da7
@ -1,4 +1,4 @@
|
|||||||
/* $Id: server-msg.c,v 1.36 2007-11-21 22:40:55 nicm Exp $ */
|
/* $Id: server-msg.c,v 1.37 2007-11-24 20:08:49 nicm Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -230,6 +230,9 @@ server_msg_fn_resize(struct hdr *hdr, struct client *c)
|
|||||||
|
|
||||||
recalculate_sizes();
|
recalculate_sizes();
|
||||||
|
|
||||||
|
/* Always redraw this client. */
|
||||||
|
server_redraw_client(c);
|
||||||
|
|
||||||
return (0);
|
return (0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user