Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix crash when killing the current window, reported by Jesus Rafael | nicm | 2019-05-27 |
| | | | | Sanchez in GitHub issue 1760. | ||
* | Make cmd_log_argv take a printf-like format for the prefix. | nicm | 2019-05-25 |
| | |||
* | Allow panes to be empty (no command), output can be piped to them with | nicm | 2019-05-03 |
| | | | | split-window or display-message -I. | ||
* | Support multiple occurances of the same argument. Use this for a new | nicm | 2019-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 and | nicm | 2019-04-17 |
window.c into a separate file spawn.c. |