| Commit message (Expand) | Author | Age | Files | Lines |
* | Redraw any visible modes when status line changes so that formats like |  nicm | 2020-12-03 | 1 | -1/+13 |
* | Renumber after killing windows for choose-tree. |  nicm | 2020-07-15 | 1 | -2/+4 |
* | kill-window -a cannot just walk the list of windows because if |  nicm | 2020-07-04 | 1 | -2/+2 |
* | Expand target from client and use it to expand the prompt. |  nicm | 2020-05-16 | 1 | -5/+6 |
* | Add a customize mode where keys and options may be browsed and changed, |  nicm | 2020-05-16 | 1 | -2/+2 |
* | Tweak the default choose modes formats: |  nicm | 2020-05-16 | 1 | -5/+5 |
* | Indicate the marked pane in choose mode in reverse and add key to set |  nicm | 2020-04-22 | 1 | -3/+21 |
* | More style nits. |  nicm | 2020-04-09 | 1 | -2/+2 |
* | Fix positioning of menu in choose modes and a couple of keys in tree mode. |  nicm | 2020-03-20 | 1 | -3/+3 |
* | Add -Z to default switch-client command in tree mode, matches previous |  nicm | 2020-01-08 | 1 | -2/+2 |
* | Style nits in function arguments. |  nicm | 2019-12-03 | 1 | -5/+5 |
* | Rewrite options_array_set to be clearer and remove a spurious warning |  nicm | 2019-10-15 | 1 | -3/+3 |
* | Style and line length nits. |  nicm | 2019-09-25 | 1 | -2/+2 |
* | Add a flag to reverse sort in the various choose modes, from Benjamin |  nicm | 2019-08-16 | 1 | -81/+89 |
* | Change display-menu from taking a single string to a set of arguments, |  nicm | 2019-05-28 | 1 | -14/+17 |
* | Add simple menus to tree, client, buffer modes. |  nicm | 2019-05-12 | 1 | -7/+32 |
* | Fix memory leak in window tree search, from Amos Bird. |  nicm | 2019-04-30 | 1 | -3/+6 |
* | Break new window and pane creation common code from various commands and |  nicm | 2019-04-17 | 1 | -2/+2 |
* | Add format variables for the default formats for the various modes |  nicm | 2019-03-18 | 1 | -1/+2 |
* | DECRC and DECSC apparently need to preserve origin mode as well, based |  nicm | 2019-03-12 | 1 | -15/+15 |
* | Add a separate mode struct for the active window mode if any. |  nicm | 2019-03-07 | 1 | -13/+16 |
* | Pass window into mode functions. |  nicm | 2018-12-18 | 1 | -4/+5 |
* | Expand \u and \U escape sequences in command strings, from Christopher |  nicm | 2018-08-19 | 1 | -2/+1 |
* | Add x and X to choose-tree (with a confirmation prompt) to kill an |  nicm | 2018-04-10 | 1 | -6/+120 |
* | Do not crash on empty window, reported by Jamie Macdonald in GitHub |  nicm | 2018-03-29 | 1 | -2/+3 |
* | Add -Z flag to choose-tree, choose-client, choose-buffer to |  nicm | 2018-02-28 | 1 | -1/+2 |
* | Support mouse on preview in tree mode. |  nicm | 2017-11-03 | 1 | -9/+96 |
* | Make the mode draw function use the parent screen directly rather than |  nicm | 2017-11-02 | 1 | -30/+27 |
* | Format for group list of "other sessions" is a bit weird, just list all |  nicm | 2017-11-02 | 1 | -5/+3 |
* | Tweak previous slightly so that current session is chosen if it is in |  nicm | 2017-11-02 | 1 | -5/+9 |
* | Only show the first member of session groups in tree mode (-G flag |  nicm | 2017-11-02 | 1 | -3/+14 |
* | Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139) |  nicm | 2017-10-26 | 1 | -2/+2 |
* | Add P key to paste tagged in buffer mode, and trim some code that should |  nicm | 2017-10-25 | 1 | -16/+10 |
* | Use window_pane_index() when drawing pane numbers (so pane-base-index is |  nicm | 2017-10-22 | 1 | -3/+5 |
* | Box around label in preview. |  nicm | 2017-10-11 | 1 | -11/+25 |
* | Add C-n and C-p keys for tree mode, and choose the right initial line |  nicm | 2017-10-11 | 1 | -2/+5 |
* | Pass flags into cmd_find_from_* to fix prefer-unattached, reported by |  nicm | 2017-08-30 | 1 | -2/+2 |
* | Fix filtering so it works after the change to only show windows if they |  nicm | 2017-08-09 | 1 | -17/+34 |
* | Add -F to choose-tree, choose-client, choose-buffer to specify the |  nicm | 2017-08-09 | 1 | -14/+27 |
* | Show pane title in window list for windows with only one pane. |  nicm | 2017-07-28 | 1 | -2/+3 |
* | Line up keys in tree mode, and don't expand windows with one pane. From |  nicm | 2017-07-12 | 1 | -1/+5 |
* | Fix size of rightmost preview section. |  nicm | 2017-07-07 | 1 | -3/+3 |
* | < and > keys to scroll preview list left and right in tree mode. |  nicm | 2017-07-04 | 1 | -8/+33 |
* | Handle 0 size of preview box in caller. |  nicm | 2017-07-04 | 1 | -5/+1 |
* | Change session and window preview so that the current window or pane is |  nicm | 2017-07-03 | 1 | -59/+161 |
* | Don't write over right border. |  nicm | 2017-06-30 | 1 | -3/+3 |
* | Fix previous when we end up able to show no panes. |  nicm | 2017-06-30 | 1 | -5/+11 |
* | Try to show a better preview of sessions and windows in tree mode. |  nicm | 2017-06-30 | 1 | -3/+148 |
* | Extend filters (f key) to buffer and client mode and add -f flag to |  nicm | 2017-06-09 | 1 | -73/+9 |
* | Add -O option to choose-* to set initial sort order. |  nicm | 2017-06-09 | 1 | -3/+3 |