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