mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Document display-time option which seems to have been missed.
This commit is contained in:
		
							
								
								
									
										10
									
								
								tmux.1
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								tmux.1
									
									
									
									
									
								
							@@ -1,4 +1,4 @@
 | 
			
		||||
.\" $Id: tmux.1,v 1.107 2009-07-09 18:14:18 nicm Exp $
 | 
			
		||||
.\" $Id: tmux.1,v 1.108 2009-07-12 17:04:21 nicm Exp $
 | 
			
		||||
.\"
 | 
			
		||||
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
 | 
			
		||||
.\"
 | 
			
		||||
@@ -1090,6 +1090,10 @@ environment variable or, if it is unset, the user's shell returned by
 | 
			
		||||
Set the default working directory for processes created from keys, or
 | 
			
		||||
interactively from the prompt.
 | 
			
		||||
The default is the current working directory when the server is started.
 | 
			
		||||
.It Ic display-time Ar time
 | 
			
		||||
Set the amount of time for which status line messages are displayed.
 | 
			
		||||
.Ar time
 | 
			
		||||
is in milliseconds.
 | 
			
		||||
.It Ic history-limit Ar lines
 | 
			
		||||
Set the maximum number of lines held in window history.
 | 
			
		||||
This setting applies only to new windows - existing window histories are not
 | 
			
		||||
@@ -1135,10 +1139,10 @@ or
 | 
			
		||||
Set status line message foreground colour.
 | 
			
		||||
.It Ic prefix Ar key
 | 
			
		||||
Set the current prefix key.
 | 
			
		||||
.It Ic repeat-time Ar number
 | 
			
		||||
.It Ic repeat-time Ar time
 | 
			
		||||
Allow multiple commands to be entered without pressing the prefix-key again
 | 
			
		||||
in the specified
 | 
			
		||||
.Ar number
 | 
			
		||||
.Ar time
 | 
			
		||||
milliseconds (the default is 500).
 | 
			
		||||
Whether a key repeats may be set when it is bound using the
 | 
			
		||||
.Fl r
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user