mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 01:34:18 +00:00 
			
		
		
		
	Use -a for terminal-overrides from Daniel Hahler.
This commit is contained in:
		
							
								
								
									
										2
									
								
								FAQ
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								FAQ
									
									
									
									
									
								
							@@ -403,7 +403,7 @@ always (or ever) be added to the scrollback.
 | 
				
			|||||||
You can make tmux use the normal screen by telling it that your terminal does
 | 
					You can make tmux use the normal screen by telling it that your terminal does
 | 
				
			||||||
not have an alternate screen. Put the following in ~/.tmux.conf:
 | 
					not have an alternate screen. Put the following in ~/.tmux.conf:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        set -g terminal-overrides 'xterm*:smcup@:rmcup@'
 | 
					        set -ga terminal-overrides ',xterm*:smcup@:rmcup@'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Adjust if your $TERM does not start with xterm.
 | 
					Adjust if your $TERM does not start with xterm.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user