mirror of
https://github.com/tmux/tmux.git
synced 2025-03-24 23:08:47 +00:00
Reset overlay_resize pointer when clearing overlay.
This commit is contained in:
parent
47a56c11f2
commit
18331e39bf
@ -156,6 +156,7 @@ server_client_clear_overlay(struct client *c)
|
||||
c->overlay_draw = NULL;
|
||||
c->overlay_key = NULL;
|
||||
c->overlay_free = NULL;
|
||||
c->overlay_resize = NULL;
|
||||
c->overlay_data = NULL;
|
||||
|
||||
c->tty.flags &= ~(TTY_FREEZE|TTY_NOCURSOR);
|
||||
|
Loading…
Reference in New Issue
Block a user