Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'obsd-master' | Thomas Adam | 2020-04-13 |
|\ | |||
| * | More style nits. | nicm | 2020-04-09 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-03-20 |
|\| | |||
| * | Fix positioning of menu in choose modes and a couple of keys in tree mode. | nicm | 2020-03-20 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-01-08 |
|\| | |||
| * | Add -Z to default switch-client command in tree mode, matches previous | nicm | 2020-01-08 |
| | | | | | | | | behaviour. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-12-03 |
|\| | |||
| * | Style nits in function arguments. | nicm | 2019-12-03 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-10-15 |
|\| | |||
| * | Rewrite options_array_set to be clearer and remove a spurious warning | nicm | 2019-10-15 |
| | | | | | | | | with newer GCC. From Ben Boeckel. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-09-25 |
|\| | |||
| * | Style and line length nits. | nicm | 2019-09-25 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-08-16 |
|\| | |||
| * | Add a flag to reverse sort in the various choose modes, from Benjamin | nicm | 2019-08-16 |
| | | | | | | | | Poirier in GitHub issue 1875. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-28 |
|\| | |||
| * | Change display-menu from taking a single string to a set of arguments, | nicm | 2019-05-28 |
| | | | | | | | | which is much easier to work with. Based on a diff from Avi Halachmi. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-12 |
|\| | |||
| * | Add simple menus to tree, client, buffer modes. | nicm | 2019-05-12 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-04-30 |
|\| | |||
| * | Fix memory leak in window tree search, from Amos Bird. | nicm | 2019-04-30 |
| | | |||
| * | Break new window and pane creation common code from various commands and | nicm | 2019-04-17 |
| | | | | | | | | window.c into a separate file spawn.c. | ||
* | | Break new window and pane creation common code from various commands and | Nicholas Marriott | 2019-04-07 |
| | | | | | | | | window.c into a separate file spawn.c. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-18 |
|\| | |||
| * | Add format variables for the default formats for the various modes | nicm | 2019-03-18 |
| | | | | | | | | | | (tree_mode_format and so on) and add a -a flag to display-message to list variables with values. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-12 |
|\| | |||
| * | DECRC and DECSC apparently need to preserve origin mode as well, based | nicm | 2019-03-12 |
| | | | | | | | | on a fix from Marc Reisner. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-07 |
|\| | |||
| * | Add a separate mode struct for the active window mode if any. | nicm | 2019-03-07 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-12-18 |
|\| | |||
| * | Pass window into mode functions. | nicm | 2018-12-18 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-08-19 |
|\| | |||
| * | Expand \u and \U escape sequences in command strings, from Christopher | nicm | 2018-08-19 |
| | | | | | | | | Hunt in GitHub issue 1443. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-04-10 |
|\| | |||
| * | Add x and X to choose-tree (with a confirmation prompt) to kill an | nicm | 2018-04-10 |
| | | | | | | | | item. Suggested by Matt Zagrabelny. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-03-29 |
|\| | |||
| * | Do not crash on empty window, reported by Jamie Macdonald in GitHub | nicm | 2018-03-29 |
| | | | | | | | | issue 1299. Patch from Thomas Adam. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-02-28 |
|\| | |||
| * | Add -Z flag to choose-tree, choose-client, choose-buffer to | nicm | 2018-02-28 |
| | | | | | | | | | | | | automatically zoom the pane when the mode is entered and unzoom when it exits, assuming the pane is not already zoomed. Add -Z to the default key bindings. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-11-03 |
|\| | |||
| * | Support mouse on preview in tree mode. | nicm | 2017-11-03 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-11-03 |
|\| | |||
| * | Make the mode draw function use the parent screen directly rather than | nicm | 2017-11-02 |
| | | | | | | | | its own to avoid copying twice. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-11-02 |
|\| | |||
| * | Format for group list of "other sessions" is a bit weird, just list all | nicm | 2017-11-02 |
| | | | | | | | | the sessions in the group. | ||
| * | Tweak previous slightly so that current session is chosen if it is in | nicm | 2017-11-02 |
| | | | | | | | | the group rather than first. | ||
| * | Only show the first member of session groups in tree mode (-G flag | nicm | 2017-11-02 |
| | | | | | | | | disables). | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-10-26 |
|\| | |||
| * | Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139) | nicm | 2017-10-26 |
| | | | | | | | | and a man page tweak from jmc. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-10-25 |
|\| | |||
| * | Add P key to paste tagged in buffer mode, and trim some code that should | nicm | 2017-10-25 |
| | | | | | | | | no longer be necessary. |