| Commit message (Expand) | Author | Age |
* | Remove stray spaces after function names. | nicm | 2021-08-20 |
* | Use COLOUR_DEFAULT not hardcoded 8. | nicm | 2021-08-12 |
* | More accurate vi(1) word navigation in copy mode and on the status line. | nicm | 2021-06-10 |
* | Add different command historys for different types of prompts | nicm | 2021-06-10 |
* | Move "special" keys into the Unicode PUA rather than making them top bit | nicm | 2021-06-10 |
* | Include current client in size calculation for new sessions, GitHub | nicm | 2021-06-10 |
* | Add a flag to disable keys to close a message, GitHub issue 2625. | nicm | 2021-04-12 |
* | Move jump commands to grid reader, make them UTF-8 aware, and tidy up, | nicm | 2021-02-22 |
* | With incremental search, start empty and only repeat the previous search | nicm | 2021-01-08 |
* | Add a -d option to display-message to set delay, from theonekeyg at | nicm | 2020-07-27 |
* | Fix a crash when completing sessions, from Anindya Mukherjee. | nicm | 2020-06-11 |
* | Remove leftover debug logging and fix comparison. | nicm | 2020-05-26 |
* | Use the internal representation for UTF-8 keys instead of wchar_t and | nicm | 2020-05-25 |
* | Separate key flags and modifiers, log key flags, make the "xterm" flag | nicm | 2020-05-16 |
* | Expand target from client and use it to expand the prompt. | nicm | 2020-05-16 |
* | Support embedded styles in the display-message message, GitHub issue | nicm | 2020-05-16 |
* | Change message log to be per server rather than per client and include | nicm | 2020-05-16 |
* | Do not hoke into struct window_pane from the tty code and instead set | nicm | 2020-05-16 |
* | Use formats for status-style and message-style. | nicm | 2020-05-16 |
* | Complete partial window indexes properly. | nicm | 2020-05-16 |
* | Add -W and -T flags to command-prompt to only complete a window and a | nicm | 2020-05-16 |
* | Improve command prompt completion: | nicm | 2020-05-16 |
* | Drop having a separate type for style options and make them all strings, | nicm | 2020-05-16 |
* | Add C-g to cancel command prompt with vi(1) keys as well as emacs, and q | nicm | 2020-03-12 |
* | Add support for adding a note to a key binding (with bind-key -N) and | nicm | 2020-01-27 |
* | Redraw status line if size changes, GitHub issue 1762. Also fix length | nicm | 2019-05-28 |
* | Fix length calculation for pasting UTF-8 characters in the status line, | nicm | 2019-05-23 |
* | Do not reduce window height by status line height for control mode | nicm | 2019-05-11 |
* | Fix reverse attribute in status line, GitHub issue 1709. | nicm | 2019-05-03 |
* | Merge hooks into options and make each one an array option. This allows | nicm | 2019-04-26 |
* | options_array_item_value cannot return NULL. | nicm | 2019-04-25 |
* | Somehow missed these bits in last commit. | nicm | 2019-04-23 |
* | Indicate an array option with a flag rather than a special type so that | nicm | 2019-04-23 |
* | Extend the #[] style syntax and use that together with previous format | nicm | 2019-03-18 |
* | Make array options a sparse tree instead of an array of char * and | nicm | 2019-03-18 |
* | With force, kill previous job before starting new. Fixes problem | nicm | 2019-03-18 |
* | Use a pointer for the active screen in the status line instead of | nicm | 2019-03-16 |
* | Give status_save_old the client so it can do the reinit too. | nicm | 2019-03-16 |
* | Tidy and rename some bits of status line code. | nicm | 2019-03-16 |
* | Move status line free into its own function. | nicm | 2019-03-15 |
* | Store the time in the format tree rather than passing it around. | nicm | 2019-03-14 |
* | DECRC and DECSC apparently need to preserve origin mode as well, based | nicm | 2019-03-12 |
* | Completion of command-alias members. | nicm | 2019-02-09 |
* | Support for windows larger than visible on the attached client. This has | nicm | 2018-10-18 |
* | Keep any text killed in the command prompt with C-w and yank it with | nicm | 2018-08-29 |
* | Add C-Left and C-Right as aliases for M-b and M-f. | nicm | 2018-08-29 |
* | Add StatusLeft and StatusRight mouse key modifiers for the left and | nicm | 2018-08-22 |
* | Move offset of window list into status struct. | nicm | 2018-08-20 |
* | Add a client redraw-window flag instead of the redraw-all flag and for | nicm | 2018-08-19 |
* | Remove an unused variable. | nicm | 2018-02-22 |