diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-11-12 14:21:41 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-11-12 14:21:41 +0000 |
commit | e4a6cdefda66dbc7b4cab944975e5d9053e3f862 (patch) | |
tree | 5e906739ca641f071b1ebbef6be0f2410f267c62 /tmux.1 | |
parent | 6409f2b406a8d9378461f614a203346ecdc6b532 (diff) | |
download | rtmux-e4a6cdefda66dbc7b4cab944975e5d9053e3f862.tar.gz rtmux-e4a6cdefda66dbc7b4cab944975e5d9053e3f862.tar.bz2 rtmux-e4a6cdefda66dbc7b4cab944975e5d9053e3f862.zip |
kill-window command.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.6 2007-11-09 17:05:42 nicm Exp $ +.\" $Id: tmux.1,v 1.7 2007-11-12 14:21:40 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -40,10 +40,12 @@ necessary and holds a number of .Em sessions , each of which may have a number of .Em windows -connected to it. Any number of clients may connect to a session, or the server -may be controlled by issuing commands using the -.Nm -binary. Communication takes place through a socket, by default placed in +connected to it. Any number of +.Em clients +may connect to a session, or the server +may be controlled by issuing commands with +.Nm . +Communication takes place through a socket, by default placed in .Pa /tmp . .Pp The options are as follows: @@ -135,6 +137,8 @@ supports the following commands: .It Xo Ic has-session .Xc .D1 (alias: Ic has ) +.It Xo Ic kill-session +.Xc .It Xo Ic kill-window .Op Fl i Ar index .Xc |