mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Do not notify window-layout-changed if the window is about to be
destroyed (since it may have been freed by the time the notify happens), from Romain Francoise in GitHub issue 3860.
This commit is contained in:
		
							
								
								
									
										2
									
								
								tmux.h
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tmux.h
									
									
									
									
									
								
							@@ -3021,7 +3021,7 @@ struct window_pane *window_add_pane(struct window *, struct window_pane *,
 | 
			
		||||
void		 window_resize(struct window *, u_int, u_int, int, int);
 | 
			
		||||
void		 window_pane_send_resize(struct window_pane *, u_int, u_int);
 | 
			
		||||
int		 window_zoom(struct window_pane *);
 | 
			
		||||
int		 window_unzoom(struct window *);
 | 
			
		||||
int		 window_unzoom(struct window *, int);
 | 
			
		||||
int		 window_push_zoom(struct window *, int, int);
 | 
			
		||||
int		 window_pop_zoom(struct window *);
 | 
			
		||||
void		 window_lost_pane(struct window *, struct window_pane *);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user