1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-15 15:58:50 +00:00

add missing definition

This commit is contained in:
Thomas Adam 2019-11-28 12:30:36 +00:00
parent e00730d149
commit 743939ec84

View File

@ -1320,6 +1320,7 @@ static int
server_client_resize_force(struct window_pane *wp)
{
struct timeval tv = { .tv_usec = 100000 };
struct winsize ws;
/*
* If we are resizing to the same size as when we entered the loop