Age | Commit message (Expand) | Author |
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 |
2017-07-28 | Show pane title in window list for windows with only one pane. | Nicholas Marriott |
2017-07-12 | Line up keys in tree mode, and don't expand windows with one pane. From | Nicholas Marriott |
2017-07-07 | Fix size of rightmost preview section. | Nicholas Marriott |
2017-07-04 | < and > keys to scroll preview list left and right in tree mode. | Nicholas Marriott |
2017-07-04 | Handle 0 size of preview box in caller. | Nicholas Marriott |
2017-07-03 | Change session and window preview so that the current window or pane is | Nicholas Marriott |
2017-06-30 | Don't write over right border. | Nicholas Marriott |
2017-06-30 | Fix previous when we end up able to show no panes. | Nicholas Marriott |
2017-06-30 | Try to show a better preview of sessions and windows in tree mode. | Nicholas Marriott |
2017-06-09 | Extend filters (f key) to buffer and client mode and add -f flag to | Nicholas Marriott |
2017-06-09 | Add -O option to choose-* to set initial sort order. | Nicholas Marriott |
2017-06-07 | Add simple searching (C-s and n) to the various choose modes: by name | Nicholas Marriott |