mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 16:46:18 +00:00 
			
		
		
		
	Add noattr and use in mode-style to allow whether attributes are ignored
or used to be configured. GitHub issue 4498.
This commit is contained in:
		@@ -1103,7 +1103,7 @@ const struct options_table_entry options_table[] = {
 | 
			
		||||
	  .type = OPTIONS_TABLE_STRING,
 | 
			
		||||
	  .scope = OPTIONS_TABLE_WINDOW,
 | 
			
		||||
	  .flags = OPTIONS_TABLE_IS_STYLE,
 | 
			
		||||
	  .default_str = "bg=yellow,fg=black",
 | 
			
		||||
	  .default_str = "noattr,bg=yellow,fg=black",
 | 
			
		||||
	  .separator = ",",
 | 
			
		||||
	  .text = "Style of indicators and highlighting in modes."
 | 
			
		||||
	},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user