summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/spawn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when killing the current window, reported by Jesus Rafaelnicm2019-05-271-1/+3
* Make cmd_log_argv take a printf-like format for the prefix.nicm2019-05-251-2/+2
* Allow panes to be empty (no command), output can be piped to them withnicm2019-05-031-20/+30
* Support multiple occurances of the same argument. Use this for a newnicm2019-04-281-1/+3
* Break new window and pane creation common code from various commands andnicm2019-04-171-0/+434