1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-28 08:08:54 +00:00

Update by documenting the following commands/options:

- clock-mode,
- lock-server,
- server-info,
- lock-after-time,
- set-password,
- clock-mode-colour, and
- clock-mode-style.
This commit is contained in:
Tiago Cunha 2009-01-12 21:23:58 +00:00
parent ab219847aa
commit ea8d4d43ab

47
tmux.1
View File

@ -1,4 +1,4 @@
.\" $Id: tmux.1,v 1.57 2009-01-11 23:14:57 nicm Exp $ .\" $Id: tmux.1,v 1.58 2009-01-12 21:23:58 tcunha Exp $
.\" .\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\" .\"
@ -23,7 +23,7 @@
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm tmux .Nm tmux
.Bk -words .Bk -words
.Op Fl 2dquVv .Op Fl 2dqUuVv
.Op Fl f Ar file .Op Fl f Ar file
.Op Fl S Ar socket-path .Op Fl S Ar socket-path
.Op Ar command Op Ar flags .Op Ar command Op Ar flags
@ -78,6 +78,8 @@ where
.Em UID .Em UID
is the uid of the user who invoked is the uid of the user who invoked
.Nm . .Nm .
.It Fl U
Unlock the server.
.It Fl u .It Fl u
Intruct Intruct
.Nm .Nm
@ -172,6 +174,8 @@ Change to next window in the current session.
Change to previous window in the current session. Change to previous window in the current session.
.It Ql l .It Ql l
Move to last (previously selected) window in the current session. Move to last (previously selected) window in the current session.
.It Ql t
Display a large clock.
.It Ql \&? .It Ql \&?
List current key bindings. List current key bindings.
.El .El
@ -356,6 +360,10 @@ or
for ctrl keys, or for ctrl keys, or
.Ql M- .Ql M-
for alt (meta) keys. for alt (meta) keys.
.It Xo Ic clock-mode
.Op Fl t Ar target-window
.Xc
Display a large clock.
.It Xo Ic command-prompt .It Xo Ic command-prompt
.Op Fl t Ar target-client .Op Fl t Ar target-client
.Xc .Xc
@ -463,6 +471,10 @@ List all sessions managed by the server.
.D1 (alias: Ic lsw ) .D1 (alias: Ic lsw )
List windows in the current session or in List windows in the current session or in
.Ar target-session . .Ar target-session .
.It Xo Ic lock-server
.Xc
.D1 (alias: Ic lock )
Lock the server until a password is entered.
.It Xo Ic move-window .It Xo Ic move-window
.Op Fl d .Op Fl d
.Op Fl s Ar src-window .Op Fl s Ar src-window
@ -561,7 +573,7 @@ Rename the current window, or the window at
.Ar target-window .Ar target-window
if specifed, to if specifed, to
.Ar new-name . .Ar new-name .
.It Xo Ic respawn window .It Xo Ic respawn-window
.Op Fl k .Op Fl k
.Op Fl t Ar target-window .Op Fl t Ar target-window
.Op command .Op command
@ -623,6 +635,10 @@ All arguments are sent sequentially from first to last.
.Op Fl t Ar target-window .Op Fl t Ar target-window
.Xc .Xc
Send the prefix key to a window as if it was pressed. Send the prefix key to a window as if it was pressed.
.It Xo Ic server-info
.Xc
.D1 (alias: Ic info )
Show server information and terminal details.
.It Xo Ic set-buffer .It Xo Ic set-buffer
.Op Fl b Ar buffer-index .Op Fl b Ar buffer-index
.Op Fl t Ar target-session .Op Fl t Ar target-session
@ -669,6 +685,11 @@ The default is
Set the maximum number of lines held in window history. Set the maximum number of lines held in window history.
This setting applies only to new windows - existing window histories are not This setting applies only to new windows - existing window histories are not
resized and retain the limit at the point they were created. resized and retain the limit at the point they were created.
.It Ic lock-after-time Ar number
Lock the server after
.Ar number
seconds of inactivity.
The default is 1800 seconds (30 minutes).
.It Ic message-bg Ar colour .It Ic message-bg Ar colour
Set status line message background colour, where Set status line message background colour, where
.Ar colour .Ar colour
@ -752,6 +773,20 @@ Set the maximum
of the right component of the status bar. of the right component of the status bar.
The default is 40. The default is 40.
.El .El
.It Xo Ic set-password
.Op Fl c
.Ar password
.Xc
.D1 (alias: Ic pass )
Set the server password. If the
.Fl c
option is given, a pre-encrypted password may be specified.
By default, the password is blank, thus any entered password will be accepted
when unlocking the server (see the
.Ic lock-server
command).
To prevent variable expansion when an encrypted password is read from a
configuration file, enclose it in single quotes (').
.It Xo Ic set-window-option .It Xo Ic set-window-option
.Op Fl t Ar target-window .Op Fl t Ar target-window
.Ar option Ar value .Ar option Ar value
@ -771,6 +806,12 @@ current window, rather than the smallest session to which it is attached.
The window may resize when the current window is changed on another sessions; The window may resize when the current window is changed on another sessions;
this option is good for full-screen programs which support SIGWINCH and poor for this option is good for full-screen programs which support SIGWINCH and poor for
interactive programs such as shells. interactive programs such as shells.
.It Ic clock-mode-colour Ar colour
Set clock colour.
.It Xo Ic clock-mode-style
.Op Ic 12 | Ic 24
.Xc
Set clock hour format.
.It Ic force-height Ar height .It Ic force-height Ar height
.It Ic force-width Ar width .It Ic force-width Ar width
Prevent Prevent