summaryrefslogtreecommitdiffstats
path: root/spawn.c
AgeCommit message (Collapse)Author
2019-09-25Do not set uninitialized signal mask when creating an empty pane.nicm
2019-06-30Merge branch 'obsd-master'Thomas Adam
2019-06-30Do not double free window if pane fails to start.nicm
2019-05-27Merge branch 'obsd-master'Thomas Adam
2019-05-27Fix crash when killing the current window, reported by Jesus Rafaelnicm
Sanchez in GitHub issue 1760.
2019-05-25Merge branch 'obsd-master'Thomas Adam
2019-05-25Make cmd_log_argv take a printf-like format for the prefix.nicm
2019-05-03Merge branch 'obsd-master'Thomas Adam
2019-05-03Allow panes to be empty (no command), output can be piped to them withnicm
split-window or display-message -I.
2019-04-28Merge branch 'obsd-master'Thomas Adam
2019-04-28Support multiple occurances of the same argument. Use this for a newnicm
flag -e to new-window, split-window, respawn-window, respawn-pane to pass environment variables into the newly created process. From Steffen Christgau in GitHub issue 1697.
2019-04-17Break new window and pane creation common code from various commands andnicm
window.c into a separate file spawn.c.
2019-04-10Remove unused variable.Nicholas Marriott
2019-04-09Solaris has no paths.h.Nicholas Marriott
2019-04-07Linux: remove include for util.hThomas Adam
Linux doesn't require this header.
2019-04-07Do not log NULL command.Nicholas Marriott
2019-04-07Forgot to add the file.Nicholas Marriott