mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	50 is a too low trigger default on larger terminals, bump to 250.
This commit is contained in:
		@@ -468,7 +468,7 @@ const struct options_table_entry window_options_table[] = {
 | 
			
		||||
 | 
			
		||||
	{ .name = "c0-change-trigger",
 | 
			
		||||
	  .type = OPTIONS_TABLE_NUMBER,
 | 
			
		||||
	  .default_num = 50,
 | 
			
		||||
	  .default_num = 250,
 | 
			
		||||
	  .minimum = 0,
 | 
			
		||||
	  .maximum = USHRT_MAX
 | 
			
		||||
	},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user