commit | b3e8d440ed0477e88232c3ba1779c67eafce3a48 | [log] [download] |
---|---|---|
author | nicm <nicm> | Tue May 13 08:08:32 2014 +0000 |
committer | nicm <nicm> | Tue May 13 08:08:32 2014 +0000 |
tree | 09e92eb59a30d393132b4da6d8cc3d3623f755b2 | |
parent | b1a06ef22e54e943d733db8dcc98fe60051c93de [diff] |
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.