diff options
author | nicm <nicm> | 2015-05-12 15:27:46 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-05-12 15:27:46 +0000 |
commit | e958db09a72c2308d3edc8384be02714eb068ae7 (patch) | |
tree | f2034da50604c6cfbd35486ffdba9f674d12f7fa /tmux.1 | |
parent | b833fabeb2334c44406bd54ff7cc804d20c546f6 (diff) | |
download | rtmux-e958db09a72c2308d3edc8384be02714eb068ae7.tar.gz rtmux-e958db09a72c2308d3edc8384be02714eb068ae7.tar.bz2 rtmux-e958db09a72c2308d3edc8384be02714eb068ae7.zip |
Add bell-action "other" to pass through bells in all windows except the
current, suggested by Jan ONDREJ.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -2375,16 +2375,18 @@ Set the base index from which an unused index should be searched when a new window is created. The default is zero. .It Xo Ic bell-action -.Op Ic any | none | current +.Op Ic any | none | current | other .Xc Set action on window bell. .Ic any means a bell in any window linked to a session causes a bell in the current window of that session, .Ic none -means all bells are ignored and +means all bells are ignored, .Ic current -means only bells in windows other than the current window are ignored. +means only bells in windows other than the current window are ignored and +.Ic other +means bells in the current window are ignored but not those in other windows. .It Xo Ic bell-on-alert .Op Ic on | off .Xc |