Age | Commit message (Expand) | Author |
2024-10-04 | Add -y flag to disable confirmation prompts in modes, GitHub issue 4152. | Nicholas Marriott |
2023-06-30 | Change a few types to fix warnings, from Thomas Klausner. | Nicholas Marriott |
2022-07-04 | Sort panes by index not by ID, GitHub issue 3249. | Nicholas Marriott |
2022-07-04 | Mouse clicks could change current item, so work it out again. GitHub | Nicholas Marriott |
2022-05-30 | Spacing/style nits. | Nicholas Marriott |
2021-10-20 | Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941. | Nicholas Marriott |
2021-10-14 | Add popup-border-lines option to set popup line style, from Alexis | Nicholas Marriott |
2021-10-13 | Add popup-style and popup-border-style options, from Alexis Hildebrandt | Nicholas Marriott |
2021-08-20 | Hide struct args behind a couple of accessor functions. | Nicholas Marriott |
2021-06-10 | Add different command historys for different types of prompts | Nicholas Marriott |
2021-04-12 | Permit shortcut keys in buffer, client, tree modes to be configured with | Nicholas Marriott |
2020-12-03 | Redraw any visible modes when status line changes so that formats like | Nicholas Marriott |
2020-07-15 | Renumber after killing windows for choose-tree. | Nicholas Marriott |
2020-07-04 | kill-window -a cannot just walk the list of windows because if | Nicholas Marriott |
2020-05-16 | Expand target from client and use it to expand the prompt. | Nicholas Marriott |
2020-05-16 | Add a customize mode where keys and options may be browsed and changed, | Nicholas Marriott |
2020-05-16 | Tweak the default choose modes formats: | Nicholas Marriott |
2020-04-22 | Indicate the marked pane in choose mode in reverse and add key to set | Nicholas Marriott |
2020-04-09 | More style nits. | Nicholas Marriott |
2020-03-20 | Fix positioning of menu in choose modes and a couple of keys in tree mode. | Nicholas Marriott |
2020-01-08 | Add -Z to default switch-client command in tree mode, matches previous | Nicholas Marriott |
2019-12-03 | Style nits in function arguments. | Nicholas Marriott |
2019-10-15 | Rewrite options_array_set to be clearer and remove a spurious warning | Nicholas Marriott |
2019-09-25 | Style and line length nits. | Nicholas Marriott |
2019-08-16 | Add a flag to reverse sort in the various choose modes, from Benjamin | Nicholas Marriott |
2019-05-28 | Change display-menu from taking a single string to a set of arguments, | Nicholas Marriott |
2019-05-12 | Add simple menus to tree, client, buffer modes. | Nicholas Marriott |
2019-04-30 | Fix memory leak in window tree search, from Amos Bird. | Nicholas Marriott |
2019-04-17 | Break new window and pane creation common code from various commands and | Nicholas Marriott |
2019-03-18 | Add format variables for the default formats for the various modes | Nicholas Marriott |
2019-03-12 | DECRC and DECSC apparently need to preserve origin mode as well, based | Nicholas Marriott |
2019-03-07 | Add a separate mode struct for the active window mode if any. | Nicholas Marriott |
2018-12-18 | Pass window into mode functions. | Nicholas Marriott |
2018-08-19 | Expand \u and \U escape sequences in command strings, from Christopher | Nicholas Marriott |
2018-04-10 | Add x and X to choose-tree (with a confirmation prompt) to kill an | Nicholas Marriott |
2018-03-29 | Do not crash on empty window, reported by Jamie Macdonald in GitHub | Nicholas Marriott |
2018-02-28 | Add -Z flag to choose-tree, choose-client, choose-buffer to | Nicholas Marriott |
2017-11-03 | Support mouse on preview in tree mode. | Nicholas Marriott |
2017-11-02 | Make the mode draw function use the parent screen directly rather than | Nicholas Marriott |
2017-11-02 | Format for group list of "other sessions" is a bit weird, just list all | Nicholas Marriott |
2017-11-02 | Tweak previous slightly so that current session is chosen if it is in | Nicholas Marriott |
2017-11-02 | Only show the first member of session groups in tree mode (-G flag | Nicholas Marriott |
2017-10-26 | Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139) | Nicholas Marriott |
2017-10-25 | Add P key to paste tagged in buffer mode, and trim some code that should | Nicholas Marriott |
2017-10-22 | Use window_pane_index() when drawing pane numbers (so pane-base-index is | Nicholas Marriott |
2017-10-11 | Box around label in preview. | Nicholas Marriott |
2017-10-11 | Add C-n and C-p keys for tree mode, and choose the right initial line | Nicholas Marriott |
2017-08-30 | Pass flags into cmd_find_from_* to fix prefer-unattached, reported by | Nicholas Marriott |
2017-08-09 | Fix filtering so it works after the change to only show windows if they | Nicholas Marriott |
2017-08-09 | Add -F to choose-tree, choose-client, choose-buffer to specify the | Nicholas Marriott |