Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Some style nits. | Nicholas Marriott | 2022-04-06 |
| | |||
* | Merge branch 'obsd-master' into master | Thomas Adam | 2021-10-20 |
|\ | |||
| * | Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941. | nicm | 2021-10-20 |
| | | |||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-10-14 |
|\| | |||
| * | Add popup-border-lines option to set popup line style, from Alexis | nicm | 2021-10-14 |
| | | | | | | | | Hildebrandt, GitHub issue 2930. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-10-13 |
|\| | |||
| * | Add popup-style and popup-border-style options, from Alexis Hildebrandt | nicm | 2021-10-13 |
| | | | | | | | | in GitHub issue 2927. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-08-20 |
|\| | |||
| * | Hide struct args behind a couple of accessor functions. | nicm | 2021-08-20 |
| | | |||
| * | Add different command historys for different types of prompts | nicm | 2021-06-10 |
| | | | | | | | | ("command", "search" etc). From Anindya Mukherjee. | ||
* | | Add different command historys for different types of prompts ("command", | Nicholas Marriott | 2021-05-03 |
| | | | | | | | | "search" etc). From Anindya Mukherjee. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-04-12 |
|\| | |||
| * | Permit shortcut keys in buffer, client, tree modes to be configured with | nicm | 2021-04-12 |
| | | | | | | | | a format; the default remains the line number. GitHub issue 2636. | ||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2020-12-03 |
|\| | |||
| * | Redraw any visible modes when status line changes so that formats like | nicm | 2020-12-03 |
| | | | | | | | | | | the pane title are updated. GitHub issue 2487. Also a man page fix from jmc. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-07-15 |
|\| | |||
| * | Renumber after killing windows for choose-tree. | nicm | 2020-07-15 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-07-04 |
|\| | |||
| * | kill-window -a cannot just walk the list of windows because if | nicm | 2020-07-04 |
| | | | | | | | | | | | | renumber-windows is on, the window it wants to keep could be moved. Change to renumber afterwards and also behave better if the window is linked into the session twice. GitHub issue 2287. | ||
| * | Expand target from client and use it to expand the prompt. | nicm | 2020-05-16 |
| | | |||
| * | Add a customize mode where keys and options may be browsed and changed, | nicm | 2020-05-16 |
| | | | | | | | | | | includes adding a brief description of each option. Bound to "C" by default. | ||
| * | Tweak the default choose modes formats: | nicm | 2020-05-16 |
| | | | | | | | | | | | | - Only show pane title if it is not default and not empty. - Add a prettier time format and use that instead of long ctime(). - Remove clutter and change the order. | ||
* | | Expand target from client and use it to expand the prompt. | Nicholas Marriott | 2020-05-14 |
| | | |||
* | | Add a customize mode where options may be browsed and changed, includes adding | Nicholas Marriott | 2020-05-08 |
| | | | | | | | | a brief description of each option. Bound to "C" by default. | ||
* | | Tweak the default choose modes formats: | Nicholas Marriott | 2020-04-23 |
| | | | | | | | | | | | | - Only show pane title if it is not default and not empty. - Add a prettier time format and use that instead of long ctime(). - Remove clutter and change the order. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-04-23 |
|\| | |||
| * | Indicate the marked pane in choose mode in reverse and add key to set | nicm | 2020-04-22 |
| | | | | | | | | and clear it (m and M) and a key to jump to the starting pane (H). | ||
* | | 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 |
|\| |