mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Option to display the active pane in a different colour with the display-panes
command. From Paul Hoffman, thanks.
This commit is contained in:
		
							
								
								
									
										1
									
								
								tmux.c
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								tmux.c
									
									
									
									
									
								
							@@ -328,6 +328,7 @@ main(int argc, char **argv)
 | 
			
		||||
	options_set_string(so, "default-shell", "%s", getshell());
 | 
			
		||||
	options_set_string(so, "default-terminal", "screen");
 | 
			
		||||
	options_set_number(so, "display-panes-colour", 4);
 | 
			
		||||
	options_set_number(so, "display-panes-active-colour", 1);
 | 
			
		||||
	options_set_number(so, "display-panes-time", 1000);
 | 
			
		||||
	options_set_number(so, "display-time", 750);
 | 
			
		||||
	options_set_number(so, "history-limit", 2000);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user