mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Merge branch 'obsd-master'
Conflicts: Makefile tmux.1 window.c
This commit is contained in:
77
tmux.1
77
tmux.1
@ -168,10 +168,6 @@ server process to recreate it.
|
||||
Behave as a login shell.
|
||||
This flag currently has no effect and is for compatibility with other shells
|
||||
when using tmux as a login shell.
|
||||
.It Fl q
|
||||
Set the
|
||||
.Ic quiet
|
||||
server option to prevent the server sending various informational messages.
|
||||
.It Fl S Ar socket-path
|
||||
Specify a full alternative path to the server socket.
|
||||
If
|
||||
@ -1159,32 +1155,6 @@ flag, see the
|
||||
section.
|
||||
This command works only if at least one client is attached.
|
||||
.It Xo
|
||||
.Ic choose-list
|
||||
.Op Fl l Ar items
|
||||
.Op Fl t Ar target-window
|
||||
.Op Ar template
|
||||
.Xc
|
||||
Put a window into list choice mode, allowing
|
||||
.Ar items
|
||||
to be selected.
|
||||
.Ar items
|
||||
can be a comma-separated list to display more than one item.
|
||||
If an item has spaces, that entry must be quoted.
|
||||
After an item is chosen,
|
||||
.Ql %%
|
||||
is replaced by the chosen item in the
|
||||
.Ar template
|
||||
and the result is executed as a command.
|
||||
If
|
||||
.Ar template
|
||||
is not given, "run-shell '%%'" is used.
|
||||
.Ar items
|
||||
also accepts format specifiers.
|
||||
For the meaning of this see the
|
||||
.Sx FORMATS
|
||||
section.
|
||||
This command works only if at least one client is attached.
|
||||
.It Xo
|
||||
.Ic choose-session
|
||||
.Op Fl F Ar format
|
||||
.Op Fl t Ar target-window
|
||||
@ -2077,9 +2047,7 @@ flag prevents setting an option that is already set.
|
||||
.Pp
|
||||
The
|
||||
.Fl q
|
||||
flag suppresses the informational message (as if the
|
||||
.Ic quiet
|
||||
server option was set).
|
||||
flag suppresses errors about unknown options.
|
||||
.Pp
|
||||
With
|
||||
.Fl a ,
|
||||
@ -2142,12 +2110,6 @@ option.
|
||||
Set the number of error or information messages to save in the message log for
|
||||
each client.
|
||||
The default is 100.
|
||||
.It Xo Ic quiet
|
||||
.Op Ic on | off
|
||||
.Xc
|
||||
Enable or disable the display of various informational messages (see also the
|
||||
.Fl q
|
||||
command line flag).
|
||||
.It Xo Ic set-clipboard
|
||||
.Op Ic on | off
|
||||
.Xc
|
||||
@ -2577,10 +2539,6 @@ Examples are:
|
||||
#[fg=yellow,bold]#(apm -l)%%#[default] [#S]
|
||||
.Ed
|
||||
.Pp
|
||||
Where appropriate, special character sequences may be prefixed with a number to
|
||||
specify the maximum length, for example
|
||||
.Ql #24T .
|
||||
.Pp
|
||||
By default, UTF-8 in
|
||||
.Ar string
|
||||
is not interpreted, to enable UTF-8, use the
|
||||
@ -2674,15 +2632,6 @@ through to the terminal (which normally makes a sound).
|
||||
Also see the
|
||||
.Ic bell-action
|
||||
option.
|
||||
.It Xo Ic visual-content
|
||||
.Op Ic on | off
|
||||
.Xc
|
||||
Like
|
||||
.Ic visual-activity ,
|
||||
display a message when content is present in a window
|
||||
for which the
|
||||
.Ic monitor-content
|
||||
window option is enabled.
|
||||
.It Xo Ic visual-silence
|
||||
.Op Ic on | off
|
||||
.Xc
|
||||
@ -2864,14 +2813,6 @@ option.
|
||||
Monitor for activity in the window.
|
||||
Windows with activity are highlighted in the status line.
|
||||
.Pp
|
||||
.It Ic monitor-content Ar match-string
|
||||
Monitor content in the window.
|
||||
When
|
||||
.Xr fnmatch 3
|
||||
pattern
|
||||
.Ar match-string
|
||||
appears in the window, it is highlighted in the status line.
|
||||
.Pp
|
||||
.It Xo Ic monitor-silence
|
||||
.Op Ic interval
|
||||
.Xc
|
||||
@ -2944,14 +2885,6 @@ see the
|
||||
.Ic message-command-style
|
||||
option.
|
||||
.Pp
|
||||
.It Ic window-status-content-style Ar style
|
||||
Set status line style for windows with a content alert.
|
||||
For how to specify
|
||||
.Ar style ,
|
||||
see the
|
||||
.Ic message-command-style
|
||||
option.
|
||||
.Pp
|
||||
.It Ic window-status-current-format Ar string
|
||||
Like
|
||||
.Ar window-status-format ,
|
||||
@ -3155,7 +3088,6 @@ The following variables are available, where appropriate:
|
||||
.It Li "window_active" Ta "" Ta "1 if window active"
|
||||
.It Li "window_activity_flag" Ta "" Ta "1 if window has activity alert"
|
||||
.It Li "window_bell_flag" Ta "" Ta "1 if window has bell"
|
||||
.It Li "window_content_flag" Ta "" Ta "1 if window has content alert"
|
||||
.It Li "window_find_matches" Ta "" Ta "Matched data from the find-window"
|
||||
.It Li "window_flags" Ta "#F" Ta "Window flags"
|
||||
.It Li "window_height" Ta "" Ta "Height of window"
|
||||
@ -3317,18 +3249,15 @@ The flag is one of the following symbols appended to the window name:
|
||||
.It Li "-" Ta "Marks the last window (previously selected)."
|
||||
.It Li "#" Ta "Window is monitored and activity has been detected."
|
||||
.It Li "!" Ta "A bell has occurred in the window."
|
||||
.It Li "+" Ta "Window is monitored for content and it has appeared."
|
||||
.It Li "~" Ta "The window has been silent for the monitor-silence interval."
|
||||
.It Li "Z" Ta "The window's active pane is zoomed."
|
||||
.El
|
||||
.Pp
|
||||
The # symbol relates to the
|
||||
.Ic monitor-activity
|
||||
and + to the
|
||||
.Ic monitor-content
|
||||
window options.
|
||||
window option.
|
||||
The window name is printed in inverted colours if an alert (bell, activity or
|
||||
content) is present.
|
||||
silence) is present.
|
||||
.Pp
|
||||
The colour and attributes of the status line may be configured, the entire
|
||||
status line using the
|
||||
|
Reference in New Issue
Block a user