Age | Commit message (Expand) | Author |
2024-08-04 | Adjust the logic when deleting last buffer to better preserve the | Nicholas Marriott |
2024-08-04 | Use paste_is_empty to check if there are no buffers since paste_get_top | Nicholas Marriott |
2024-03-21 | Use -p for default paste-buffer command in buffer mode, it will only do | Nicholas Marriott |
2022-11-03 | If there are no buffers, reset mode as soon as any key pressed. Fixes | Nicholas Marriott |
2022-05-30 | Spacing/style nits. | Nicholas Marriott |
2021-08-20 | Hide struct args behind a couple of accessor functions. | Nicholas Marriott |
2021-06-10 | Fix warnings, from Jan Tache in GitHub issue 2692. | 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-05-16 | Move editor stuff to common code in popup.c. | Nicholas Marriott |
2020-05-16 | Add a customize mode where keys and options may be browsed and changed, | Nicholas Marriott |
2020-05-16 | Use VIS_CSTYLE for paste buffers also. | Nicholas Marriott |
2020-05-16 | Add 'e' key in buffer mode to open the buffer in an editor. | Nicholas Marriott |
2020-05-16 | Tweak the default choose modes formats: | Nicholas Marriott |
2020-04-09 | Some unnecessary assignments and unused variables. | Nicholas Marriott |
2020-02-11 | Remove unused variables from Ben Boeckel, and a Pp from jmc. | Nicholas Marriott |
2019-12-13 | Show UTF-8 in choose-buffer mode. From KOIE Hidetaka. | Nicholas Marriott |
2019-12-03 | Style nits in function arguments. | Nicholas Marriott |
2019-08-16 | Add a flag to reverse sort in the various choose modes, from Benjamin | Nicholas Marriott |
2019-05-29 | Use VIS_CSTYLE for the arguments and add the missing escapes it can | 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-03-28 | Expand session and window formats for buffer filters. | 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-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-10-25 | Add P key to paste tagged in buffer mode, and trim some code that should | Nicholas Marriott |
2017-08-09 | Add -F to choose-tree, choose-client, choose-buffer to specify the | 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-09 | Default sort for buffer mode should be time not name. | Nicholas Marriott |
2017-06-07 | Return 1 if name matches not 0, also fix some spaces. | Nicholas Marriott |
2017-06-07 | Add simple searching (C-s and n) to the various choose modes: by name | Nicholas Marriott |
2017-05-31 | Style and spacing nits. | Nicholas Marriott |
2017-05-31 | Need time.h. | Nicholas Marriott |
2017-05-30 | Rewrite of choose mode, both to simplify and tidy the code and to add | Nicholas Marriott |