mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Fix sense of aggressive-resize flag.
This commit is contained in:
		
							
								
								
									
										2
									
								
								resize.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								resize.c
									
									
									
									
									
								
							@@ -188,7 +188,7 @@ recalculate_sizes(void)
 | 
			
		||||
		type = options_get_number(w->options, "window-size");
 | 
			
		||||
		if (type == WINDOW_SIZE_MANUAL)
 | 
			
		||||
			continue;
 | 
			
		||||
		current = !options_get_number(w->options, "aggressive-resize");
 | 
			
		||||
		current = options_get_number(w->options, "aggressive-resize");
 | 
			
		||||
 | 
			
		||||
		changed = 1;
 | 
			
		||||
		if (type == WINDOW_SIZE_LARGEST) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user