mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	%begin now has three arguments, not two. GitHubs issue 2646.
This commit is contained in:
		
							
								
								
									
										7
									
								
								tmux.1
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								tmux.1
									
									
									
									
									
								
							@@ -6116,12 +6116,13 @@ and matching
 | 
				
			|||||||
.Em %end
 | 
					.Em %end
 | 
				
			||||||
or
 | 
					or
 | 
				
			||||||
.Em %error
 | 
					.Em %error
 | 
				
			||||||
have two arguments: an integer time (as seconds from epoch) and command number.
 | 
					have three arguments: an integer time (as seconds from epoch), command number and
 | 
				
			||||||
 | 
					flags (currently not used).
 | 
				
			||||||
For example:
 | 
					For example:
 | 
				
			||||||
.Bd -literal -offset indent
 | 
					.Bd -literal -offset indent
 | 
				
			||||||
%begin 1363006971 2
 | 
					%begin 1363006971 2 1
 | 
				
			||||||
0: ksh* (1 panes) [80x24] [layout b25f,80x24,0,0,2] @2 (active)
 | 
					0: ksh* (1 panes) [80x24] [layout b25f,80x24,0,0,2] @2 (active)
 | 
				
			||||||
%end 1363006971 2
 | 
					%end 1363006971 2 1
 | 
				
			||||||
.Ed
 | 
					.Ed
 | 
				
			||||||
.Pp
 | 
					.Pp
 | 
				
			||||||
The
 | 
					The
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user