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