diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-07-02 02:49:19 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-07-02 02:49:19 +0000 |
commit | 63e76b555d8f3d40f9905fb65a58f6e7509d399d (patch) | |
tree | b9b003f298a235899b3d7aa03014d0f27bff13cd /tmux.1 | |
parent | 13e7f060b1819ecdb1fcf88eee56293aa8b9f4cf (diff) | |
download | rtmux-63e76b555d8f3d40f9905fb65a58f6e7509d399d.tar.gz rtmux-63e76b555d8f3d40f9905fb65a58f6e7509d399d.tar.bz2 rtmux-63e76b555d8f3d40f9905fb65a58f6e7509d399d.zip |
Sync OpenBSD patchset 730:
Store the current working directory in the session, change the default-path
option to default to empty and make that mean that the stored session CWD is
used.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.261 2010-07-02 02:45:52 tcunha Exp $ +.\" $Id: tmux.1,v 1.262 2010-07-02 02:49:19 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -1626,7 +1626,8 @@ is used as a login shell. .It Ic default-path Ar path Set the default working directory for processes created from keys, or interactively from the prompt. -The default is the current working directory when the server is started. +The default is empty, which means to use the working directory of the shell +from which the server was started if it is available or the user's home if not. .It Ic default-terminal Ar terminal Set the default terminal for new windows created in this session - the default value of the |