mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Minor CHANGES and tmux.1 fixed, from Daniel Hahler, GitHub issue 2664.
This commit is contained in:
		
							
								
								
									
										10
									
								
								CHANGES
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								CHANGES
									
									
									
									
									
								
							@@ -33,7 +33,7 @@ CHANGES FROM 3.1c TO 3.2
 | 
				
			|||||||
* Add a -S flag to new-window to make it select the existing window if one
 | 
					* Add a -S flag to new-window to make it select the existing window if one
 | 
				
			||||||
  with the given name already exists rather than failing with an error.
 | 
					  with the given name already exists rather than failing with an error.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Addd a format modifier to check if a window or session name exists (N/w or
 | 
					* Add a format modifier to check if a window or session name exists (N/w or
 | 
				
			||||||
  N/s).
 | 
					  N/s).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Add compat clock_gettime for older macOS.
 | 
					* Add compat clock_gettime for older macOS.
 | 
				
			||||||
@@ -65,7 +65,7 @@ CHANGES FROM 3.1c TO 3.2
 | 
				
			|||||||
  an option on all panes.
 | 
					  an option on all panes.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Make replacement of ##s consistent when drawing formats, whether followed by
 | 
					* Make replacement of ##s consistent when drawing formats, whether followed by
 | 
				
			||||||
  [ or not. Add a flag (e) to the q: format modifier to double up #s
 | 
					  [ or not. Add a flag (e) to the q: format modifier to double up #s.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Add -N flag to display-panes to ignore keys.
 | 
					* Add -N flag to display-panes to ignore keys.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -269,7 +269,7 @@ CHANGES FROM 3.1c TO 3.2
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
* Wait until the initial command sequence is done before sending a device
 | 
					* Wait until the initial command sequence is done before sending a device
 | 
				
			||||||
  attributes request and other bits that prompt a reply from the terminal. This
 | 
					  attributes request and other bits that prompt a reply from the terminal. This
 | 
				
			||||||
  means that stray relies are not left on the terminal if the command has
 | 
					  means that stray replies are not left on the terminal if the command has
 | 
				
			||||||
  attached and then immediately detached and tmux will not be around to receive
 | 
					  attached and then immediately detached and tmux will not be around to receive
 | 
				
			||||||
  them.
 | 
					  them.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -284,7 +284,7 @@ CHANGES FROM 3.1c TO 3.2
 | 
				
			|||||||
  window-renamed
 | 
					  window-renamed
 | 
				
			||||||
  window-unlinked
 | 
					  window-unlinked
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  And these now pane options:
 | 
					  And these are now pane options:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  pane-died
 | 
					  pane-died
 | 
				
			||||||
  pane-exited
 | 
					  pane-exited
 | 
				
			||||||
@@ -359,7 +359,7 @@ CHANGES FROM 3.1c TO 3.2
 | 
				
			|||||||
* Add a default binding for button 2 to paste.
 | 
					* Add a default binding for button 2 to paste.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Add -d flag to run-shell to delay before running the command and allow it to
 | 
					* Add -d flag to run-shell to delay before running the command and allow it to
 | 
				
			||||||
  run without a command so it just delays.
 | 
					  be used without a command so it just delays.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Add C-g to cancel command prompt with vi keys as well as emacs, and q in
 | 
					* Add C-g to cancel command prompt with vi keys as well as emacs, and q in
 | 
				
			||||||
  command mode.
 | 
					  command mode.
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										4
									
								
								tmux.1
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								tmux.1
									
									
									
									
									
								
							@@ -3501,8 +3501,8 @@ capabilities to be set instead,
 | 
				
			|||||||
is intended for classes of functionality supported in a standard way but not
 | 
					is intended for classes of functionality supported in a standard way but not
 | 
				
			||||||
reported by
 | 
					reported by
 | 
				
			||||||
.Xr terminfo 5 .
 | 
					.Xr terminfo 5 .
 | 
				
			||||||
Care must be taken only to configure this with features the terminal actually
 | 
					Care must be taken to configure this only with features the terminal actually
 | 
				
			||||||
support.
 | 
					supports.
 | 
				
			||||||
.Pp
 | 
					.Pp
 | 
				
			||||||
This is an array option where each entry is a colon-separated string made up
 | 
					This is an array option where each entry is a colon-separated string made up
 | 
				
			||||||
of a terminal type pattern (matched using
 | 
					of a terminal type pattern (matched using
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user