CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/01/31 08:52:21
Modified files:
usr.bin/tmux : cmd-new-window.c cmd-split-window.c cmd.c
tmux.1 tmux.h
Log message:
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