mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Those were already there...
This commit is contained in:
		
							
								
								
									
										10
									
								
								CHANGES
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								CHANGES
									
									
									
									
									
								
							@@ -1,12 +1,5 @@
 | 
				
			|||||||
CHANGES FROM 3.2a TO 3.3
 | 
					CHANGES FROM 3.2a TO 3.3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* The configure script now sets the default for default-terminal to the best
 | 
					 | 
				
			||||||
  available terminfo(5) entry on the compiling platform. A new --with-TERM
 | 
					 | 
				
			||||||
  argument can be used to override this.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
* Configuring on macOS will fail unless either --enable-utf8proc or
 | 
					 | 
				
			||||||
  --disable-utf8proc is given.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
* Change so that {} is converted to tmux commands immediately when parsed. This
 | 
					* Change so that {} is converted to tmux commands immediately when parsed. This
 | 
				
			||||||
  means it must contain valid tmux commands. For commands which expand %% and
 | 
					  means it must contain valid tmux commands. For commands which expand %% and
 | 
				
			||||||
  %%%, this now only happens within string arguments. Use of aliases inside {}
 | 
					  %%%, this now only happens within string arguments. Use of aliases inside {}
 | 
				
			||||||
@@ -29,7 +22,8 @@ CHANGES FROM 3.2a TO 3.3
 | 
				
			|||||||
  telling the user they aren't doing anything ("not ready").
 | 
					  telling the user they aren't doing anything ("not ready").
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* When building, pick default-terminal from the first of tmux-256color, tmux,
 | 
					* When building, pick default-terminal from the first of tmux-256color, tmux,
 | 
				
			||||||
  screen-256color, screen that is available on the build system.
 | 
					  screen-256color, screen that is available on the build system (--with-TERM
 | 
				
			||||||
 | 
					  can override).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Do not close popups on resize, instead adjust them to fit.
 | 
					* Do not close popups on resize, instead adjust them to fit.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user