diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2015-11-24 21:50:07 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2015-11-24 21:50:07 +0000 |
commit | 2bbf3c0f8977c85ab1e26d8fc89c6065836e8e5a (patch) | |
tree | c419d0c9f1e5b7eee53d6c0cda27467d330e4812 /usr.bin/tmux/tmux.1 | |
parent | 6b76dc414792c9dccf3e928fcdfdab6b22bdf383 (diff) |
All kill-session -C to clear alerts in all windows, suggested by Aaron
U'Ren.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 085f55dc0b9..cf6daf2a40e 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.463 2015/11/24 20:40:51 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.464 2015/11/24 21:50:06 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -740,7 +740,7 @@ Kill the .Nm server and clients and destroy all sessions. .It Xo Ic kill-session -.Op Fl a +.Op Fl aC .Op Fl t Ar target-session .Xc Destroy the given session, closing any windows linked to it and no other @@ -748,6 +748,10 @@ sessions, and detaching all clients attached to it. If .Fl a is given, all sessions but the specified one is killed. +The +.Fl C +clears alerts (bell, activity, or silence) in all windows linked to the +session. .It Xo Ic list-clients .Op Fl F Ar format .Op Fl t Ar target-session |