Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'obsd-master' | Thomas Adam | 2020-01-28 |
|\ | |||
| * | Set up working directory before killing the existing pane on respawn. | nicm | 2020-01-28 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-01-02 |
|\| | |||
| * | Fix format expansion in window names, reported by Suraj N Kurapati. | nicm | 2020-01-01 |
| | | |||
* | | Add back utempter code, reported by Peter Schellenbach. | Nicholas Marriott | 2019-12-18 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-11-28 |
|\| | |||
| * | Make a best effort to set xpixel and ypixel for each pane and add | nicm | 2019-11-28 |
| | | | | | | | | formats for them. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-11-14 |
|\| | |||
| * | Add an option to set the key sent by backspace for those whose system | nicm | 2019-11-14 |
| | | | | | | | | uses ^H rather than ^?. GitHub issue 1969. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-10-07 |
|\| | |||
| * | Fix respawn-pane/window if default-command is set, reported by Janos Barbero. | nicm | 2019-10-07 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-09-23 |
|\| | |||
| * | Use the correct size for new windows when window-size is latest, | nicm | 2019-09-23 |
| | | | | | | | | reported by Vamsi Krishna Avula in GitHub issue 1917. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-09-19 |
|\| | |||
| * | Add a "latest" window-size option which tries to size windows based on | nicm | 2019-09-19 |
| | | | | | | | | | | the most recently used client. From Tommie Gannert in GitHub issue 1869 based on earlier changes from me. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-09-18 |
|\| | |||
| * | Do not set uninitialized signal mask when creating an empty pane. | nicm | 2019-09-18 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-06-30 |
|\| | |||
| * | Do not double free window if pane fails to start. | nicm | 2019-06-30 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-27 |
|\| | |||
| * | Fix crash when killing the current window, reported by Jesus Rafael | nicm | 2019-05-27 |
| | | | | | | | | Sanchez in GitHub issue 1760. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-25 |
|\| | |||
| * | Make cmd_log_argv take a printf-like format for the prefix. | nicm | 2019-05-25 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-03 |
|\| | |||
| * | Allow panes to be empty (no command), output can be piped to them with | nicm | 2019-05-03 |
| | | | | | | | | split-window or display-message -I. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-04-28 |
|\| | |||
| * | 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. | ||
* | Remove unused variable. | Nicholas Marriott | 2019-04-10 |
| | |||
* | Solaris has no paths.h. | Nicholas Marriott | 2019-04-09 |
| | |||
* | Linux: remove include for util.h | Thomas Adam | 2019-04-07 |
| | | | | Linux doesn't require this header. | ||
* | Do not log NULL command. | Nicholas Marriott | 2019-04-07 |
| | |||
* | Forgot to add the file. | Nicholas Marriott | 2019-04-07 |