mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
add missing definition
This commit is contained in:
@ -1320,6 +1320,7 @@ static int
|
|||||||
server_client_resize_force(struct window_pane *wp)
|
server_client_resize_force(struct window_pane *wp)
|
||||||
{
|
{
|
||||||
struct timeval tv = { .tv_usec = 100000 };
|
struct timeval tv = { .tv_usec = 100000 };
|
||||||
|
struct winsize ws;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* If we are resizing to the same size as when we entered the loop
|
* If we are resizing to the same size as when we entered the loop
|
||||||
|
Reference in New Issue
Block a user