mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Add window-status-separator option, from Thomas Adam.
This commit is contained in:
		@@ -691,6 +691,11 @@ const struct options_table_entry window_options_table[] = {
 | 
			
		||||
	  .default_str = "#I:#W#F"
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	{ .name = "window-status-separator",
 | 
			
		||||
	  .type = OPTIONS_TABLE_STRING,
 | 
			
		||||
	  .default_str = " "
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	{ .name = "wrap-search",
 | 
			
		||||
	  .type = OPTIONS_TABLE_FLAG,
 | 
			
		||||
	  .default_num = 1
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user