| 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 |
* | Instead of sending all data to control mode clients as fast as possible, |  nicm | 2020-06-01 | 1 | -2/+2 |
* | 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 | -3/+2 |
* | Add a define for flags meaning a client is not attached, and fix |  nicm | 2020-01-28 | 1 | -2/+2 |
* | Style nits in function arguments. |  nicm | 2019-12-03 | 1 | -2/+2 |
* | Add a flag to reverse sort in the various choose modes, from Benjamin |  nicm | 2019-08-16 | 1 | -67/+41 |
* | Change display-menu from taking a single string to a set of arguments, |  nicm | 2019-05-28 | 1 | -11/+14 |
* | Add simple menus to tree, client, buffer modes. |  nicm | 2019-05-12 | 1 | -2/+29 |
* | Extend the #[] style syntax and use that together with previous format |  nicm | 2019-03-18 | 1 | -6/+22 |
* | Add format variables for the default formats for the various modes |  nicm | 2019-03-18 | 1 | -1/+2 |
* | Use a pointer for the active screen in the status line instead of |  nicm | 2019-03-16 | 1 | -5/+2 |
* | Tidy and rename some bits of status line code. |  nicm | 2019-03-16 | 1 | -4/+4 |
* | DECRC and DECSC apparently need to preserve origin mode as well, based |  nicm | 2019-03-12 | 1 | -3/+3 |
* | Add a separate mode struct for the active window mode if any. |  nicm | 2019-03-07 | 1 | -14/+16 |
* | Pass window into mode functions. |  nicm | 2018-12-18 | 1 | -4/+5 |
* | Add -Z flag to choose-tree, choose-client, choose-buffer to |  nicm | 2018-02-28 | 1 | -1/+2 |
* | Add struct status_line to hold status line members of struct client, not |  nicm | 2018-02-05 | 1 | -4/+4 |
* | Support mouse on preview in tree mode. |  nicm | 2017-11-03 | 1 | -2/+2 |
* | Make the mode draw function use the parent screen directly rather than |  nicm | 2017-11-02 | 1 | -20/+12 |
* | Add a "fast" version of screen_write_copy for tree mode that doesn't do |  nicm | 2017-11-02 | 1 | -3/+3 |
* | Add P key to paste tagged in buffer mode, and trim some code that should |  nicm | 2017-10-25 | 1 | -35/+15 |
* | Add -F to choose-tree, choose-client, choose-buffer to specify the |  nicm | 2017-08-09 | 1 | -7/+14 |
* | Try to show a better preview of sessions and windows in tree mode. |  nicm | 2017-06-30 | 1 | -2/+2 |
* | Extend filters (f key) to buffer and client mode and add -f flag to |  nicm | 2017-06-09 | 1 | -4/+13 |
* | Add -O option to choose-* to set initial sort order. |  nicm | 2017-06-09 | 1 | -4/+4 |
* | Add size to client descriptions in list, suggested by Greg Hurrell. |  nicm | 2017-06-08 | 1 | -4/+28 |
* | Add simple searching (C-s and n) to the various choose modes: by name |  nicm | 2017-06-07 | 1 | -3/+3 |
* | time.h here too. |  nicm | 2017-05-31 | 1 | -1/+2 |
* | Rewrite of choose mode, both to simplify and tidy the code and to add |  nicm | 2017-05-30 | 1 | -0/+335 |