mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Add a base-index session option to specify the first index checked when looking
for an index for a new window.
This commit is contained in:
		
							
								
								
									
										1
									
								
								tmux.c
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								tmux.c
									
									
									
									
									
								
							@@ -342,6 +342,7 @@ main(int argc, char **argv)
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	options_init(&global_s_options, NULL);
 | 
			
		||||
	options_set_number(&global_s_options, "base-index", 0);
 | 
			
		||||
	options_set_number(&global_s_options, "bell-action", BELL_ANY);
 | 
			
		||||
	options_set_number(&global_s_options, "buffer-limit", 9);
 | 
			
		||||
	options_set_string(&global_s_options, "default-command", "%s", "");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user