mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Add next_session_id format with the next session ID, GitHub issue 3078.
This commit is contained in:
		
							
								
								
									
										6
									
								
								tmux.1
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								tmux.1
									
									
									
									
									
								
							@@ -4589,6 +4589,11 @@ Run when a session is renamed.
 | 
			
		||||
Run when a window is linked into a session.
 | 
			
		||||
.It window-renamed
 | 
			
		||||
Run when a window is renamed.
 | 
			
		||||
.It window-resized
 | 
			
		||||
Run when a window is resized.
 | 
			
		||||
This may be after the
 | 
			
		||||
.Ar client-resized
 | 
			
		||||
hook is run.
 | 
			
		||||
.It window-unlinked
 | 
			
		||||
Run when a window is unlinked from a session.
 | 
			
		||||
.El
 | 
			
		||||
@@ -5093,6 +5098,7 @@ The following variables are available, where appropriate:
 | 
			
		||||
.It Li "mouse_word" Ta "" Ta "Word under mouse, if any"
 | 
			
		||||
.It Li "mouse_x" Ta "" Ta "Mouse X position, if any"
 | 
			
		||||
.It Li "mouse_y" Ta "" Ta "Mouse Y position, if any"
 | 
			
		||||
.It Li "next_session_id" Ta "" Ta "Unique session ID for next new session"
 | 
			
		||||
.It Li "origin_flag" Ta "" Ta "Pane origin flag"
 | 
			
		||||
.It Li "pane_active" Ta "" Ta "1 if active pane"
 | 
			
		||||
.It Li "pane_at_bottom" Ta "" Ta "1 if pane is at the bottom of window"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user