| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix positioning of menu in choose modes and a couple of keys in tree mode. |  nicm | 2020-03-20 | 1 | -1/+5 |
* | Do not crash in tree modes if the pane is only 1 in width, reported by |  nicm | 2019-12-12 | 1 | -3/+5 |
* | Add a flag to reverse sort in the various choose modes, from Benjamin |  nicm | 2019-08-16 | 1 | -11/+16 |
* | Add a few vi(1) key aliases, from D Ben Knoble. |  nicm | 2019-07-19 | 1 | -1/+5 |
* | Remove a leftover abort and some fixes from cppcheck. |  nicm | 2019-05-30 | 1 | -2/+2 |
* | Change display-menu from taking a single string to a set of arguments, |  nicm | 2019-05-28 | 1 | -14/+16 |
* | Fix the intended ordering of items in buffer mode - it should not always |  nicm | 2019-05-27 | 1 | -2/+4 |
* | Add formats for word and line under the mouse and use them to add some |  nicm | 2019-05-26 | 1 | -2/+2 |
* | Replace the split parser code (cfg.c and cmd-string.c) with a single |  nicm | 2019-05-23 | 1 | -12/+17 |
* | Fix some indentation and dead assignments. |  nicm | 2019-05-12 | 1 | -2/+2 |
* | Add simple menus to tree, client, buffer modes. |  nicm | 2019-05-12 | 1 | -7/+100 |
* | Extend the #[] style syntax and use that together with previous format |  nicm | 2019-03-18 | 1 | -6/+9 |
* | DECRC and DECSC apparently need to preserve origin mode as well, based |  nicm | 2019-03-12 | 1 | -5/+5 |
* | Allow style #[] in mode formats. |  nicm | 2018-11-12 | 1 | -3/+3 |
* | Make key trees and some other bits static. |  nicm | 2018-08-02 | 1 | -2/+2 |
* | Add -Z flag to choose-tree, choose-client, choose-buffer to |  nicm | 2018-02-28 | 1 | -1/+20 |
* | C-g for modes too, from Mike Hamrick. |  nicm | 2018-02-26 | 1 | -1/+2 |
* | Show if filter is active/no matches in modes. |  nicm | 2018-02-05 | 1 | -4/+19 |
* | Clear key properly if on space with nothing in it. |  nicm | 2017-11-03 | 1 | -4/+7 |
* | Support mouse on preview in tree mode. |  nicm | 2017-11-03 | 1 | -24/+38 |
* | Change mouse in modes so that one click moves the cursor and a double |  nicm | 2017-11-03 | 1 | -4/+7 |
* | Make the mode draw function use the parent screen directly rather than |  nicm | 2017-11-02 | 1 | -18/+12 |
* | Add a "fast" version of screen_write_copy for tree mode that doesn't do |  nicm | 2017-11-02 | 1 | -2/+2 |
* | h/l keys for expand and collapse. |  nicm | 2017-10-25 | 1 | -1/+3 |
* | Add P key to paste tagged in buffer mode, and trim some code that should |  nicm | 2017-10-25 | 1 | -4/+4 |
* | Clear to end of line properly with UTF-8 present. |  nicm | 2017-10-11 | 1 | -4/+6 |
* | Add C-n and C-p keys for tree mode, and choose the right initial line |  nicm | 2017-10-11 | 1 | -1/+3 |
* | Fix a few errors in how the selected line is chosen after resize, |  nicm | 2017-09-08 | 1 | -12/+17 |
* | Do not allow the current line of screen when the preview is toggled, |  nicm | 2017-08-27 | 1 | -1/+10 |
* | Key (v) and flag (-N) to toggle preview in choose modes. |  nicm | 2017-08-23 | 1 | -8/+18 |
* | Line up keys in tree mode, and don't expand windows with one pane. From |  nicm | 2017-07-12 | 1 | -2/+2 |
* | Handle 0 size of preview box in caller. |  nicm | 2017-07-04 | 1 | -3/+4 |
* | Extend filters (f key) to buffer and client mode and add -f flag to |  nicm | 2017-06-09 | 1 | -13/+61 |
* | Add -O option to choose-* to set initial sort order. |  nicm | 2017-06-09 | 1 | -3/+14 |
* | Return 1 if name matches not 0, also fix some spaces. |  nicm | 2017-06-07 | 1 | -2/+2 |
* | Add simple searching (C-s and n) to the various choose modes: by name |  nicm | 2017-06-07 | 1 | -15/+144 |
* | Do not leak command, from David CARLIER. |  nicm | 2017-06-04 | 1 | -2/+4 |
* | Rewrite of choose mode, both to simplify and tidy the code and to add |  nicm | 2017-05-30 | 1 | -0/+705 |