Age | Commit message (Expand) | Author |
2024-10-06 | Try to stay near the same line in modes if the current one is removed. | Nicholas Marriott |
2024-10-01 | Add a way to make the preview larger in tree mode, GitHub issue 4124. | Nicholas Marriott |
2024-08-21 | Revamp extended keys support to more closely match xterm and support | Nicholas Marriott |
2024-08-04 | Adjust the logic when deleting last buffer to better preserve the | Nicholas Marriott |
2024-05-24 | Add N to search backwards in tree modes, from Fadi Afani in GitHub issue | Nicholas Marriott |
2023-08-15 | Add an option menu-selected-style to configure the currently selected | Nicholas Marriott |
2023-08-11 | Do not crash if in buffer mode and the last buffer is deleted using the | Nicholas Marriott |
2023-08-08 | Add options and flags for menu styles similar to those existing for | Nicholas Marriott |
2023-01-20 | Add a flag to display-menu to select the manu item chosen first, GitHub | Nicholas Marriott |
2022-02-01 | A menu must be shown on a client, so always give the client when adding | Nicholas Marriott |
2021-12-06 | Fix g/G keys to be in line with copy mode. | Nicholas Marriott |
2021-11-15 | Leave the hardware cursor at the position of the selected line in choose | Nicholas Marriott |
2021-10-26 | Do not allow inline styles to replace mode-style for the selected item, | Nicholas Marriott |
2021-10-20 | Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941. | Nicholas Marriott |
2021-10-14 | Add popup-border-lines option to set popup line style, from Alexis | Nicholas Marriott |
2021-10-13 | Add popup-style and popup-border-style options, from Alexis Hildebrandt | Nicholas Marriott |
2021-08-20 | Remove stray spaces after function names. | Nicholas Marriott |
2021-06-10 | Add different command historys for different types of prompts | Nicholas Marriott |
2021-04-12 | Add a flag to disable keys to close a message, GitHub issue 2625. | Nicholas Marriott |
2021-04-12 | Permit shortcut keys in buffer, client, tree modes to be configured with | Nicholas Marriott |
2020-07-27 | Add a -d option to display-message to set delay, from theonekeyg at | Nicholas Marriott |
2020-06-16 | d and D keys to reset to default in customize mode. | Nicholas Marriott |
2020-05-16 | Separate key flags and modifiers, log key flags, make the "xterm" flag | Nicholas Marriott |
2020-05-16 | Rename KEYC_ESCAPE to KEYC_META. | 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 | Support embedded styles in the display-message message, GitHub issue | Nicholas Marriott |
2020-05-16 | Add M-+ and M-- to expand and collapse all items in tree mode. | Nicholas Marriott |
2020-05-16 | Do not hoke into struct window_pane from the tty code and instead set | Nicholas Marriott |
2020-05-16 | Drop having a separate type for style options and make them all strings, | Nicholas Marriott |
2020-04-22 | Indicate the marked pane in choose mode in reverse and add key to set | Nicholas Marriott |
2020-04-13 | Add helpers for the simple case of parse string and add to command queue. | Nicholas Marriott |
2020-04-13 | When adding a list of commands to the queue, instead of automatically | Nicholas Marriott |
2020-03-20 | Fix positioning of menu in choose modes and a couple of keys in tree mode. | Nicholas Marriott |
2019-12-12 | Do not crash in tree modes if the pane is only 1 in width, reported by | Nicholas Marriott |
2019-08-16 | Add a flag to reverse sort in the various choose modes, from Benjamin | Nicholas Marriott |
2019-07-19 | Add a few vi(1) key aliases, from D Ben Knoble. | Nicholas Marriott |
2019-05-30 | Remove a leftover abort and some fixes from cppcheck. | Nicholas Marriott |
2019-05-28 | Change display-menu from taking a single string to a set of arguments, | Nicholas Marriott |
2019-05-27 | Fix the intended ordering of items in buffer mode - it should not always | Nicholas Marriott |
2019-05-26 | Add formats for word and line under the mouse and use them to add some | Nicholas Marriott |
2019-05-23 | Replace the split parser code (cfg.c and cmd-string.c) with a single | Nicholas Marriott |
2019-05-12 | Fix some indentation and dead assignments. | Nicholas Marriott |
2019-05-12 | Add simple menus to tree, client, buffer modes. | Nicholas Marriott |
2019-03-18 | Extend the #[] style syntax and use that together with previous format | Nicholas Marriott |
2019-03-12 | DECRC and DECSC apparently need to preserve origin mode as well, based | Nicholas Marriott |
2018-11-12 | Allow style #[] in mode formats. | Nicholas Marriott |
2018-08-02 | Make key trees and some other bits static. | Nicholas Marriott |
2018-02-28 | Add -Z flag to choose-tree, choose-client, choose-buffer to | Nicholas Marriott |
2018-02-26 | C-g for modes too, from Mike Hamrick. | Nicholas Marriott |