CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/05/24 03:42:49
Modified files:
usr.bin/tmux : cmd-if-shell.c cmd-new-session.c
cmd-new-window.c cmd-run-shell.c
cmd-source-file.c cmd-split-window.c
server-client.c tmux.h window.c
Log message:
Make server_client_get_cwd used (almost) everywhere we need to work out
the cwd, and do not fall back to "." as it is pretty useless. GitHub
issue 1331.
