mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Update CHANGES.
This commit is contained in:
		
							
								
								
									
										9
									
								
								CHANGES
									
									
									
									
									
								
							
							
						
						
									
										9
									
								
								CHANGES
									
									
									
									
									
								
							@@ -1,5 +1,14 @@
 | 
			
		||||
CHANGES FROM 2.6 TO master
 | 
			
		||||
 | 
			
		||||
* Show if a filter is present in choose modes.
 | 
			
		||||
 | 
			
		||||
* Add pipe-pane -I to to connect stdin of the child process.
 | 
			
		||||
 | 
			
		||||
* Use RGB terminfo(5) capability to detect RGB colour terminals (the existing
 | 
			
		||||
  Tc extension remains unchanged).
 | 
			
		||||
 | 
			
		||||
* Support for ISO colon-separated SGR sequences.
 | 
			
		||||
 | 
			
		||||
* Add select-layout -E to spread panes out evenly (bound to E key).
 | 
			
		||||
 | 
			
		||||
* Support wide characters properly when reflowing.
 | 
			
		||||
 
 | 
			
		||||
@@ -20,7 +20,7 @@ then
 | 
			
		||||
else
 | 
			
		||||
    SEQ=seq
 | 
			
		||||
fi	
 | 
			
		||||
SEPARATOR=';'
 | 
			
		||||
SEPARATOR=':'
 | 
			
		||||
 | 
			
		||||
setBackgroundColor()
 | 
			
		||||
{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user