diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-07-04 08:23:39 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-07-04 08:23:39 +0000 |
commit | 8144e5cb7e0d7eff1b33c273d6ae1da11c0ae758 (patch) | |
tree | c0cb407ef517ff06052be84cbf50f26b3e51ef07 /tmux.1 | |
parent | fce026eb32292f412d4fda8cfc495da7b655e99d (diff) | |
download | rtmux-8144e5cb7e0d7eff1b33c273d6ae1da11c0ae758.tar.gz rtmux-8144e5cb7e0d7eff1b33c273d6ae1da11c0ae758.tar.bz2 rtmux-8144e5cb7e0d7eff1b33c273d6ae1da11c0ae758.zip |
Sync OpenBSD patchset 929:
Add an option to trigger the terminal bell when there is an alert, from
Marco Beck.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1783,6 +1783,11 @@ window of that session, means all bells are ignored and .Ic current means only bell in windows other than the current window are ignored. +.It Xo Ic bell-on-alert +.Op Ic on | off +.Xc +If on, ring the terminal bell when an activity, content or silence alert +occurs. .It Ic default-command Ar shell-command Set the command used for new windows (if not specified when the window is created) to |