mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Tweak {} text.
This commit is contained in:
		
							
								
								
									
										10
									
								
								CHANGES
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								CHANGES
									
									
									
									
									
								
							@@ -1,9 +1,11 @@
 | 
				
			|||||||
CHANGES FROM 2.9 to 3.0
 | 
					CHANGES FROM 2.9 to 3.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Add an addition form of string syntax in the configuration file - {}. This
 | 
					* INCOMPATIBLE: Add a new {} syntax to the configuration file. This is a string
 | 
				
			||||||
  means commands that take other commands as string arguments can be expressed
 | 
					  similar to single quotes but also includes newlines and allows commands that
 | 
				
			||||||
  more clearly and without additional escaping. This means that a literal { and
 | 
					  take other commands as string arguments to be expressed more clearly and
 | 
				
			||||||
  } must now be escaped or quoted.
 | 
					  without additional escaping.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  A literal { and } must now be escaped or quoted, for example '{' as '}'.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* New <, >, <= and >= comparison operators for formats.
 | 
					* New <, >, <= and >= comparison operators for formats.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user