mirror of
https://github.com/tmux/tmux.git
synced 2025-04-21 20:08:48 +00:00
This stuff should be Ic not Ar.
This commit is contained in:
parent
d72f2bef62
commit
4a419bbc9a
31
tmux.1
31
tmux.1
@ -1,4 +1,4 @@
|
|||||||
.\" $Id: tmux.1,v 1.12 2007-11-12 20:42:53 nicm Exp $
|
.\" $Id: tmux.1,v 1.13 2007-11-12 20:46:46 nicm Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
.\"
|
.\"
|
||||||
@ -297,34 +297,35 @@ Set an option. Possible options are:
|
|||||||
.It Ic prefix Ar key
|
.It Ic prefix Ar key
|
||||||
Set the current prefix key.
|
Set the current prefix key.
|
||||||
.It Xo Ic status
|
.It Xo Ic status
|
||||||
.Op Ar on | Ar off
|
.Op Ic on | Ic off
|
||||||
.Xc
|
.Xc
|
||||||
Show or hide the status line.
|
Show or hide the status line.
|
||||||
.It Ic status-fg Ar colour
|
.It Ic status-fg Ar colour
|
||||||
Set status line foreground colour, where
|
Set status line foreground colour, where
|
||||||
.Ar colour
|
.Ar colour
|
||||||
is one of:
|
is one of:
|
||||||
.Ar black ,
|
.Ic black ,
|
||||||
.Ar red ,
|
.Ic red ,
|
||||||
.Ar green ,
|
.Ic green ,
|
||||||
.Ar yellow ,
|
.Ic yellow ,
|
||||||
.Ar blue ,
|
.Ic blue ,
|
||||||
.Ar magenta ,
|
.Ic magenta ,
|
||||||
.Ar cyan ,
|
.Ic cyan ,
|
||||||
.Ar white or
|
.Ic white
|
||||||
.Ar default .
|
or
|
||||||
|
.Ic default .
|
||||||
.It Ic status-bg Ar colour
|
.It Ic status-bg Ar colour
|
||||||
Set status line backgroun colour.
|
Set status line backgroun colour.
|
||||||
.It Xo Ic bell-action
|
.It Xo Ic bell-action
|
||||||
.Op Ar any | Ar none | Ar current
|
.Op Ic any | Ic none | Ic current
|
||||||
.Xc
|
.Xc
|
||||||
Set action on window bell.
|
Set action on window bell.
|
||||||
.Ar any
|
.Ic any
|
||||||
means a bell in any window linked to a session causes a bell in the current
|
means a bell in any window linked to a session causes a bell in the current
|
||||||
window of that session,
|
window of that session,
|
||||||
.Ar none
|
.Ic none
|
||||||
means all bells are ignored and
|
means all bells are ignored and
|
||||||
.Ar current
|
.Ic current
|
||||||
means only bell in windows other than the current window are ignored.
|
means only bell in windows other than the current window are ignored.
|
||||||
.It Ic default-command Ar command
|
.It Ic default-command Ar command
|
||||||
Sets the command used for new windows (if not specified when the window is
|
Sets the command used for new windows (if not specified when the window is
|
||||||
|
Loading…
Reference in New Issue
Block a user