aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-07-18 14:59:25 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-07-18 14:59:25 +0000
commitfc6a65c6207dbefcd8b5f187148978f8d4111b2b (patch)
tree44ab21ea7bf632204830ed4e5516f89dae756dbe /tmux.1
parent0ca6f667e3e6f26e92db01ee2a769d0ba49509ca (diff)
downloadrtmux-fc6a65c6207dbefcd8b5f187148978f8d4111b2b.tar.gz
rtmux-fc6a65c6207dbefcd8b5f187148978f8d4111b2b.tar.bz2
rtmux-fc6a65c6207dbefcd8b5f187148978f8d4111b2b.zip
Add three new session options: visual-activity, visual-bell, visual-content. If
these are enabled (and the monitor-activity, bell-actio and monitor-content options are configurated appropriately), when activity, a bell, or content is detected, a message is shown. Also tidy up the bell/activity/content code in server.c slightly and fix a couple of errors.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.124
1 files changed, 24 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index af7ad53d..e7041ec1 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1324,6 +1324,30 @@ and
.Ic status-right
strings as UTF-8; notably, this is important for wide characters.
This option defaults to off.
+.It Xo Ic visual-activity
+.Op Ic on | Ic off
+.Xc
+If on, display a status line message when activity occurs in a window
+for with the
+.Ic monitor-activity
+window option is enabled.
+.It Xo Ic visual-bell
+.Op Ic on | Ic off
+.Xc
+If this option is on, a message is shown on a bell instead of it being passed
+through to the terminal (which normally makes a sound).
+Also see the
+.Ic bell-action
+option.
+.It Xo Ic visual-content
+.Op Ic on | Ic off
+.Xc
+Like
+.Ic visual-activity ,
+display a message when content is present in a window
+for with the
+.Ic monitor-content
+window option is enabled.
.El
.It Xo Ic set-password
.Op Fl c