CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/05/13 02:08:32
Modified files:
usr.bin/tmux : cmd-new-session.c cmd-new-window.c
cmd-respawn-pane.c cmd-respawn-window.c
cmd-split-window.c cmd.c format.c names.c
session.c tmux.1 tmux.h window.c
Log message:
If multiple arguments are given to new-session, new-window,
split-window, respawn-window or respawn-pane, pass them directly to
execvp() to help avoid quoting problems. One argument still goes to "sh
-c" like before. Requested by many over the years. Patch from J Raynor.