mirror of
https://github.com/tmux/tmux.git
synced 2024-11-05 18:38:48 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
1ca920bbeb
3
alerts.c
3
alerts.c
@ -285,8 +285,7 @@ alerts_check_silence(struct window *w)
|
|||||||
|
|
||||||
if (options_get_number(s->options, "bell-on-alert"))
|
if (options_get_number(s->options, "bell-on-alert"))
|
||||||
alerts_ring_bell(s);
|
alerts_ring_bell(s);
|
||||||
|
if (options_get_number(s->options, "visual-silence"))
|
||||||
if (!options_get_number(s->options, "visual-silence"))
|
|
||||||
alerts_set_message(s, "Silence in window %d", wl->idx);
|
alerts_set_message(s, "Silence in window %d", wl->idx);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
4
tmux.1
4
tmux.1
@ -2870,8 +2870,8 @@ command).
|
|||||||
.It Ic user-keys[] Ar key
|
.It Ic user-keys[] Ar key
|
||||||
Set list of user-defined key escape sequences.
|
Set list of user-defined key escape sequences.
|
||||||
Each item is associated with a key named
|
Each item is associated with a key named
|
||||||
.Ql User0,
|
.Ql User0 ,
|
||||||
.Ql User1,
|
.Ql User1 ,
|
||||||
and so on.
|
and so on.
|
||||||
.Pp
|
.Pp
|
||||||
For example:
|
For example:
|
||||||
|
Loading…
Reference in New Issue
Block a user