Provide defined ways to set the various default-path possibilities: ~
commit908a22e41ce9b33156ee2fa7a68bd585033cf3a3
authorNicholas Marriott <nicm@openbsd.org>
Tue, 31 Jan 2012 15:52:21 +0000 (31 15:52 +0000)
committerNicholas Marriott <nicm@openbsd.org>
Tue, 31 Jan 2012 15:52:21 +0000 (31 15:52 +0000)
tree218d3848ddddab98ee5021e11dc73865e1a05743
parent49a5a587ec6c99e4030d51cb65f04d49c87e3c31
Provide defined ways to set the various default-path possibilities: ~
for home directory, . for server start directory, - for session start
directory and empty for the pane's working directory (the default). All
can also be used as part of a relative path (eg -/foo). Also provide -c
flags to neww and splitw to override default-path setting.

Based on a diff from sthen. ok sthen
cmd-new-window.c
cmd-split-window.c
cmd.c
tmux.1
tmux.h