Age | Commit message (Expand) | Author |
2024-08-21 | Add mirrored versions of the main-horizontal and main-vertical layouts where | Nicholas Marriott |
2024-08-21 | Revamp extended keys support to more closely match xterm and support | Nicholas Marriott |
2024-05-15 | Fix memory leaks reported by Lu Ming Yin. | Nicholas Marriott |
2023-11-14 | Handle NULL client (in config file) when showing a status message; also | Nicholas Marriott |
2023-08-15 | Add an option menu-selected-style to configure the currently selected | Nicholas Marriott |
2023-08-08 | Add options and flags for menu styles similar to those existing for | Nicholas Marriott |
2023-04-17 | Ignore the user keys range when checking if a key is Unicode. | Nicholas Marriott |
2023-01-20 | Add a flag to display-menu to select the manu item chosen first, GitHub | Nicholas Marriott |
2022-09-10 | Use correct option name. | Nicholas Marriott |
2022-09-09 | Add message-line option to control where message and prompt go, from | Nicholas Marriott |
2022-05-30 | Remove duplicates from completion list, GitHub issue 3178. | Nicholas Marriott |
2022-03-07 | Pass client when adding menu item, GitHub issue 3103. | Nicholas Marriott |
2022-02-03 | Use format_draw for command prompt prefix to allow styles, GitHub issue | Nicholas Marriott |
2021-11-15 | Leave the hardware cursor at the position of the selected line in choose | Nicholas Marriott |
2021-11-01 | Fix a comparison, from Ben Boeckel, and a crash when opening completion | Nicholas Marriott |
2021-10-26 | Accept some emacs control keys in vi normal mode, from Alexis | Nicholas Marriott |
2021-10-26 | Do not allow inline styles to replace mode-style for the selected item, | Nicholas Marriott |
2021-08-20 | Remove stray spaces after function names. | Nicholas Marriott |
2021-08-12 | Use COLOUR_DEFAULT not hardcoded 8. | Nicholas Marriott |
2021-06-10 | More accurate vi(1) word navigation in copy mode and on the status line. | Nicholas Marriott |
2021-06-10 | Add different command historys for different types of prompts | Nicholas Marriott |
2021-06-10 | Move "special" keys into the Unicode PUA rather than making them top bit | Nicholas Marriott |
2021-06-10 | Include current client in size calculation for new sessions, GitHub | Nicholas Marriott |
2021-04-12 | Add a flag to disable keys to close a message, GitHub issue 2625. | Nicholas Marriott |
2021-02-22 | Move jump commands to grid reader, make them UTF-8 aware, and tidy up, | Nicholas Marriott |
2021-01-08 | With incremental search, start empty and only repeat the previous search | Nicholas Marriott |
2020-07-27 | Add a -d option to display-message to set delay, from theonekeyg at | Nicholas Marriott |
2020-06-11 | Fix a crash when completing sessions, from Anindya Mukherjee. | Nicholas Marriott |
2020-05-26 | Remove leftover debug logging and fix comparison. | Nicholas Marriott |
2020-05-26 | Set up UTF-8 data for ASCII keys correctly. | Nicholas Marriott |
2020-05-25 | Use the internal representation for UTF-8 keys instead of wchar_t and | 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 | Support embedded styles in the display-message message, GitHub issue | Nicholas Marriott |
2020-05-16 | Change message log to be per server rather than per client and include | Nicholas Marriott |
2020-05-16 | Do not hoke into struct window_pane from the tty code and instead set | Nicholas Marriott |
2020-05-16 | Use formats for status-style and message-style. | Nicholas Marriott |
2020-05-16 | Complete partial window indexes properly. | Nicholas Marriott |
2020-05-16 | Add -W and -T flags to command-prompt to only complete a window and a | Nicholas Marriott |
2020-05-16 | Improve command prompt completion: | Nicholas Marriott |
2020-05-16 | Drop having a separate type for style options and make them all strings, | Nicholas Marriott |
2020-03-12 | Add C-g to cancel command prompt with vi(1) keys as well as emacs, and q | Nicholas Marriott |
2020-01-27 | Add support for adding a note to a key binding (with bind-key -N) and | Nicholas Marriott |
2019-05-28 | Redraw status line if size changes, GitHub issue 1762. Also fix length | Nicholas Marriott |
2019-05-23 | Fix length calculation for pasting UTF-8 characters in the status line, | Nicholas Marriott |
2019-05-11 | Do not reduce window height by status line height for control mode | Nicholas Marriott |
2019-05-03 | Fix reverse attribute in status line, GitHub issue 1709. | Nicholas Marriott |
2019-04-26 | Merge hooks into options and make each one an array option. This allows | Nicholas Marriott |
2019-04-25 | options_array_item_value cannot return NULL. | Nicholas Marriott |