diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-06-03 21:02:26 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-06-03 21:02:26 +0100 |
commit | d3f0c72e20069f99607011861f326faf14165fa7 (patch) | |
tree | 993e0477d010ea780f73ac6fa46bf24968da2877 /tmux.1 | |
parent | f6933e43c2f5fa720307bab84797bd616678871f (diff) | |
parent | 4ca1de1b8bc10dca47d2cf7399df41845c902c9e (diff) | |
download | rtmux-d3f0c72e20069f99607011861f326faf14165fa7.tar.gz rtmux-d3f0c72e20069f99607011861f326faf14165fa7.tar.bz2 rtmux-d3f0c72e20069f99607011861f326faf14165fa7.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -923,7 +923,7 @@ section. The following commands are available to manage clients and sessions: .Bl -tag -width Ds .It Xo Ic attach-session -.Op Fl dEr +.Op Fl dErx .Op Fl c Ar working-directory .Op Fl t Ar target-session .Xc @@ -936,6 +936,10 @@ If used from inside, switch the current client. If .Fl d is specified, any other clients attached to the session are detached. +If +.Fl x +is given, send SIGHUP to the parent process of the client as well as +detaching the client, typically causing it to exit. .Fl r signifies the client is read-only (only keys bound to the .Ic detach-client @@ -1053,7 +1057,7 @@ command. Lock all clients attached to .Ar target-session . .It Xo Ic new-session -.Op Fl AdDEP +.Op Fl AdDEPX .Op Fl c Ar start-directory .Op Fl F Ar format .Op Fl n Ar window-name @@ -1110,6 +1114,12 @@ already exists; in this case, behaves like .Fl d to +.Ic attach-session , +and +.Fl X +behaves like +.Fl x +to .Ic attach-session . .Pp If |