summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2017-10-25 15:20:10 +0000
committernicm <nicm@openbsd.org>2017-10-25 15:20:10 +0000
commit2096a2bbfb9e312520376032cc70f5ec93207179 (patch)
tree7573091c874b49c9df75695a62ecfb107d141fb3
parentStoring the address of a stack variable in a global variable is a bad idea. (diff)
downloadwireguard-openbsd-2096a2bbfb9e312520376032cc70f5ec93207179.tar.xz
wireguard-openbsd-2096a2bbfb9e312520376032cc70f5ec93207179.zip
Note that notifications are also hooks.
-rw-r--r--usr.bin/tmux/tmux.19
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index d63511cd004..7ae4792d2b5 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.583 2017/10/25 14:14:52 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.584 2017/10/25 15:20:10 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
.\"
@@ -3347,7 +3347,12 @@ layout after every
set-hook after-split-window "selectl even-vertical"
.Ed
.Pp
-In addition, the following hooks are available:
+All the notifications listed in the
+.Sx CONTROL MODE
+section are hooks (without any arguments), except
+.Ic %exit .
+The following additional hooks are available:
+.Pp
.Bl -tag -width "XXXXXXXXXXXXXXXXXXXXXX"
.It alert-activity
Run when a window has activity.