aboutsummaryrefslogtreecommitdiff
path: root/spawn.c
Commit message (Collapse)AuthorAge
...
| * Do not set uninitialized signal mask when creating an empty pane.nicm2019-09-18
| |
* | Merge branch 'obsd-master'Thomas Adam2019-06-30
|\|
| * Do not double free window if pane fails to start.nicm2019-06-30
| |
* | Merge branch 'obsd-master'Thomas Adam2019-05-27
|\|
| * Fix crash when killing the current window, reported by Jesus Rafaelnicm2019-05-27
| | | | | | | | Sanchez in GitHub issue 1760.
* | Merge branch 'obsd-master'Thomas Adam2019-05-25
|\|
| * Make cmd_log_argv take a printf-like format for the prefix.nicm2019-05-25
| |
* | Merge branch 'obsd-master'Thomas Adam2019-05-03
|\|
| * Allow panes to be empty (no command), output can be piped to them withnicm2019-05-03
| | | | | | | | split-window or display-message -I.
* | Merge branch 'obsd-master'Thomas Adam2019-04-28
|\|
| * Support multiple occurances of the same argument. Use this for a newnicm2019-04-28
| | | | | | | | | | | | 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.
| * Break new window and pane creation common code from various commands andnicm2019-04-17
| | | | window.c into a separate file spawn.c.
* Remove unused variable.Nicholas Marriott2019-04-10
|
* Solaris has no paths.h.Nicholas Marriott2019-04-09
|
* Linux: remove include for util.hThomas Adam2019-04-07
| | | | Linux doesn't require this header.
* Do not log NULL command.Nicholas Marriott2019-04-07
|
* Forgot to add the file.Nicholas Marriott2019-04-07