aboutsummaryrefslogtreecommitdiff
path: root/spawn.c
Commit message (Expand)AuthorAge
* Use current session for cwd of new sessions, not the new session whichnicm2020-03-02
* Set up working directory before killing the existing pane on respawn.nicm2020-01-28
* Fix format expansion in window names, reported by Suraj N Kurapati.nicm2020-01-01
* Make a best effort to set xpixel and ypixel for each pane and addnicm2019-11-28
* Add an option to set the key sent by backspace for those whose systemnicm2019-11-14
* Fix respawn-pane/window if default-command is set, reported by Janos Barbero.nicm2019-10-07
* Use the correct size for new windows when window-size is latest,nicm2019-09-23
* Add a "latest" window-size option which tries to size windows based onnicm2019-09-19
* Do not set uninitialized signal mask when creating an empty pane.nicm2019-09-18
* Do not double free window if pane fails to start.nicm2019-06-30
* Fix crash when killing the current window, reported by Jesus Rafaelnicm2019-05-27
* Make cmd_log_argv take a printf-like format for the prefix.nicm2019-05-25
* Allow panes to be empty (no command), output can be piped to them withnicm2019-05-03
* Support multiple occurances of the same argument. Use this for a newnicm2019-04-28
* Break new window and pane creation common code from various commands andnicm2019-04-17