| Commit message (Expand) | Author | Age |
* | 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 |
* | Add struct status_line to hold status line members of struct client, not | nicm | 2018-02-05 |
* | Add C-g at command prompt for emacs people, GitHub issue 1213. | nicm | 2018-01-01 |
* | Draw command prompt correctly with status line off. | nicm | 2017-12-27 |
* | Remove unused variable from Thomas Adam. | nicm | 2017-12-18 |
* | Add a "fast" version of screen_write_copy for tree mode that doesn't do | nicm | 2017-11-02 |
* | Clear status line with spaces again so reverse works, spotted by sthen. | nicm | 2017-10-20 |
* | Infrastructure for drawing status lines of more than one line in height, | nicm | 2017-10-16 |
* | Add a flag to stop the prompt input being expanded. | nicm | 2017-05-29 |
* | Tidy command prompt callbacks and pass in the client. | nicm | 2017-05-17 |
* | Add a format for the last search string in copy mode and fix the prompt | nicm | 2017-05-03 |
* | In order that people can use formats like #D in #() in the status line | nicm | 2017-05-01 |
* | Memory leak from David CARLIER. | nicm | 2017-04-22 |
* | Break the message storage function into its own function, useful for | nicm | 2017-02-09 |
* | Cache status line position to reduce option lookups during output. | nicm | 2017-02-03 |
* | Add a window or pane id "tag" to each format tree and use it to separate | nicm | 2017-02-03 |
* | Make options_get_string return const string. | nicm | 2017-01-13 |
* | Incremental search in copy mode (on for emacs keys by default) - much | nicm | 2017-01-06 |
* | Highlight all occurrences of search string after searching in copy mode. | nicm | 2017-01-05 |
* | Do not clear the prompt when a message is shown, just leave it around and | nicm | 2016-12-07 |
* | Drop the edit mode key tables and just use fixed key bindings for the | nicm | 2016-10-12 |
* | The repeat prompt in both emacs and vi (and the old one in tmux) doesn't | nicm | 2016-10-12 |
* | Fundamental change to how copy mode key bindings work: | nicm | 2016-10-11 |
* | Support UTF-8 entry into the command prompt. | nicm | 2016-10-11 |