diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2017-10-25 15:20:11 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2017-10-25 15:20:11 +0000 |
commit | dc97edef80dbdea532787f8874dcaaaebc80cf6c (patch) | |
tree | b5ead1470421df56afa4de6e791dbbbb8fe14d0d /usr.bin/tmux | |
parent | 6aa30f0bdc61d7beb19509a0947797b92773423c (diff) |
Note that notifications are also hooks.
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 9 |
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. |