-/* $OpenBSD: alerts.c,v 1.19 2017/04/28 19:13:55 nicm Exp $ */
+/* $OpenBSD: alerts.c,v 1.20 2017/06/28 06:45:31 nicm Exp $ */
/*
* Copyright (c) 2015 Nicholas Marriott <nicholas.marriott@gmail.com>
if (options_get_number(s->options, "bell-on-alert"))
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);
}
-.\" $OpenBSD: tmux.1,v 1.563 2017/06/23 15:36:52 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.564 2017/06/28 06:45:31 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
.\"
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 23 2017 $
+.Dd $Mdocdate: June 28 2017 $
.Dt TMUX 1
.Os
.Sh NAME
.It Ic user-keys[] Ar key
Set list of user-defined key escape sequences.
Each item is associated with a key named
-.Ql User0,
-.Ql User1,
+.Ql User0 ,
+.Ql User1 ,
and so on.
.Pp
For example: