mirror of
				https://github.com/tmux/tmux.git
				synced 2025-10-26 12:27:15 +00:00 
			
		
		
		
	Call recalculate_sizes() after killing window in case it is in a grouped
session, from Daniel Ralston.
This commit is contained in:
		| @@ -283,6 +283,7 @@ server_kill_window(struct window *w) | ||||
| 		if (options_get_number(&s->options, "renumber-windows")) | ||||
| 			session_renumber_windows(s); | ||||
| 	} | ||||
| 	recalculate_sizes(); | ||||
| } | ||||
|  | ||||
| int | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Nicholas Marriott
					Nicholas Marriott