From f12158bc258c9d1e1d64d55c436b5a94adabd3e8 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 3 Jul 2011 19:07:54 +0000 Subject: Add an option to trigger the terminal bell when there is an alert, from Marco Beck. --- tmux.1 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 60d900a3..69ea5819 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1779,6 +1779,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 -- cgit