diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-08-23 15:58:46 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-08-23 15:58:46 +0100 |
commit | 2f7ffab0e8de524832b591a9ce6f034406f52e3d (patch) | |
tree | 2eb118467251a2b38eb48c39b13cb93678cf846b /tmux.1 | |
parent | 3ed5e56a3974016dad9c28f42356aba9c05e0f4c (diff) | |
parent | a0802dd4869bfefe548734a840dc2e1d3cb15c90 (diff) | |
download | rtmux-2f7ffab0e8de524832b591a9ce6f034406f52e3d.tar.gz rtmux-2f7ffab0e8de524832b591a9ce6f034406f52e3d.tar.bz2 rtmux-2f7ffab0e8de524832b591a9ce6f034406f52e3d.zip |
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -99,7 +99,9 @@ Force .Nm to assume the terminal supports 256 colours. .It Fl C -Start in control mode. +Start in control mode (see the +.Sx CONTROL MODE +section). Given twice .Xo ( Fl CC ) Xc disables echo. @@ -626,9 +628,10 @@ If it does exist, exit with 0. Kill the .Nm server and clients and destroy all sessions. -.It Ic kill-session +.It Xo Ic kill-session .Op Fl a .Op Fl t Ar target-session +.Xc Destroy the given session, closing any windows linked to it and no other sessions, and detaching all clients attached to it. If |