=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.567 retrieving revision 1.568 diff -u -r1.567 -r1.568 --- src/usr.bin/tmux/tmux.1 2017/07/07 14:39:45 1.567 +++ src/usr.bin/tmux/tmux.1 2017/07/21 09:17:19 1.568 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.567 2017/07/07 14:39:45 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.568 2017/07/21 09:17:19 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 7 2017 $ +.Dd $Mdocdate: July 21 2017 $ .Dt TMUX 1 .Os .Sh NAME @@ -1834,6 +1834,7 @@ begins mouse resizing (only valid if bound to a mouse key binding, see .Sx MOUSE SUPPORT ) . .It Xo Ic respawn-pane +.Op Fl c Ar start-directory .Op Fl k .Op Fl t Ar target-pane .Op Ar shell-command @@ -1848,7 +1849,10 @@ The pane must be already inactive, unless .Fl k is given, in which case any existing command is killed. +.Fl c +specifies a new working directory for the pane. .It Xo Ic respawn-window +.Op Fl c Ar start-directory .Op Fl k .Op Fl t Ar target-window .Op Ar shell-command @@ -1863,6 +1867,8 @@ The window must be already inactive, unless .Fl k is given, in which case any existing command is killed. +.Fl c +specifies a new working directory for the window. .It Xo Ic rotate-window .Op Fl DU .Op Fl t Ar target-window