mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Do not set the window title by default (make set-titles option default to off),
wiping over the title is rude and annoying. Agreed by several.
This commit is contained in:
		
							
								
								
									
										2
									
								
								tmux.1
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tmux.1
									
									
									
									
									
								
							@@ -1084,7 +1084,7 @@ window option for any windows first created in this session.
 | 
			
		||||
.Xc
 | 
			
		||||
Attempt to set the window title using the \ee]2;...\e007 xterm code and
 | 
			
		||||
the terminal appears to be an xterm.
 | 
			
		||||
This option is enabled by default.
 | 
			
		||||
This option is off by default.
 | 
			
		||||
Note that elinks
 | 
			
		||||
will only attempt to set the window title if the STY environment
 | 
			
		||||
variable is set.
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								tmux.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tmux.c
									
									
									
									
									
								
							@@ -287,7 +287,7 @@ main(int argc, char **argv)
 | 
			
		||||
	options_set_number(&global_options, "prefix", '\002');
 | 
			
		||||
	options_set_number(&global_options, "repeat-time", 500);
 | 
			
		||||
	options_set_number(&global_options, "set-remain-on-exit", 0);
 | 
			
		||||
	options_set_number(&global_options, "set-titles", 1);
 | 
			
		||||
	options_set_number(&global_options, "set-titles", 0);
 | 
			
		||||
	options_set_number(&global_options, "status", 1);
 | 
			
		||||
	options_set_number(&global_options, "status-attr", GRID_ATTR_REVERSE);
 | 
			
		||||
	options_set_number(&global_options, "status-bg", 2);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user