tmux/tmux-2.5-bell-action-other-ignored.diff
Filipe Rosset 8357d20ea2 - Fixes rhbz #1476851 tmux bell-action other not working
- Fixes rhbz #1476892 tmux update in F26 broke tmuxinator
2017-08-04 22:57:00 -03:00

13 lines
322 B
Diff

--- alerts.c-orig 2017-05-16 10:09:31.000000000 -0300
+++ alerts.c 2017-08-04 22:46:34.352115185 -0300
@@ -199,7 +199,7 @@
if (action == BELL_CURRENT && ws != w)
action = BELL_NONE;
- if (action == BELL_OTHER && ws != w)
+ if (action == BELL_OTHER && ws == w)
action = BELL_NONE;
if (!visual) {