aboutsummaryrefslogtreecommitdiff
path: root/status.c
Commit message (Expand)AuthorAge
* Add C-g to cancel command prompt with vi(1) keys as well as emacs, and qnicm2020-03-12
* Add support for adding a note to a key binding (with bind-key -N) andnicm2020-01-27
* Redraw status line if size changes, GitHub issue 1762. Also fix lengthnicm2019-05-28
* Fix length calculation for pasting UTF-8 characters in the status line,nicm2019-05-23
* Do not reduce window height by status line height for control modenicm2019-05-11
* Fix reverse attribute in status line, GitHub issue 1709.nicm2019-05-03
* Merge hooks into options and make each one an array option. This allowsnicm2019-04-26
* options_array_item_value cannot return NULL.nicm2019-04-25
* Somehow missed these bits in last commit.nicm2019-04-23
* Indicate an array option with a flag rather than a special type so thatnicm2019-04-23
* Extend the #[] style syntax and use that together with previous formatnicm2019-03-18
* Make array options a sparse tree instead of an array of char * andnicm2019-03-18
* With force, kill previous job before starting new. Fixes problemnicm2019-03-18
* Use a pointer for the active screen in the status line instead ofnicm2019-03-16
* Give status_save_old the client so it can do the reinit too.nicm2019-03-16
* Tidy and rename some bits of status line code.nicm2019-03-16
* Move status line free into its own function.nicm2019-03-15
* Store the time in the format tree rather than passing it around.nicm2019-03-14
* DECRC and DECSC apparently need to preserve origin mode as well, basednicm2019-03-12
* Completion of command-alias members.nicm2019-02-09
* Support for windows larger than visible on the attached client. This hasnicm2018-10-18
* Keep any text killed in the command prompt with C-w and yank it withnicm2018-08-29
* Add C-Left and C-Right as aliases for M-b and M-f.nicm2018-08-29
* Add StatusLeft and StatusRight mouse key modifiers for the left andnicm2018-08-22
* Move offset of window list into status struct.nicm2018-08-20
* Add a client redraw-window flag instead of the redraw-all flag and fornicm2018-08-19
* Remove an unused variable.nicm2018-02-22
* Add struct status_line to hold status line members of struct client, notnicm2018-02-05
* Add C-g at command prompt for emacs people, GitHub issue 1213.nicm2018-01-01
* Draw command prompt correctly with status line off.nicm2017-12-27
* Remove unused variable from Thomas Adam.nicm2017-12-18
* Add a "fast" version of screen_write_copy for tree mode that doesn't donicm2017-11-02
* Clear status line with spaces again so reverse works, spotted by sthen.nicm2017-10-20
* Infrastructure for drawing status lines of more than one line in height,nicm2017-10-16
* Add a flag to stop the prompt input being expanded.nicm2017-05-29
* Tidy command prompt callbacks and pass in the client.nicm2017-05-17
* Add a format for the last search string in copy mode and fix the promptnicm2017-05-03
* In order that people can use formats like #D in #() in the status linenicm2017-05-01
* Memory leak from David CARLIER.nicm2017-04-22
* Break the message storage function into its own function, useful fornicm2017-02-09
* Cache status line position to reduce option lookups during output.nicm2017-02-03
* Add a window or pane id "tag" to each format tree and use it to separatenicm2017-02-03
* Make options_get_string return const string.nicm2017-01-13
* Incremental search in copy mode (on for emacs keys by default) - muchnicm2017-01-06
* Highlight all occurrences of search string after searching in copy mode.nicm2017-01-05
* Do not clear the prompt when a message is shown, just leave it around andnicm2016-12-07
* Drop the edit mode key tables and just use fixed key bindings for thenicm2016-10-12
* The repeat prompt in both emacs and vi (and the old one in tmux) doesn'tnicm2016-10-12
* Fundamental change to how copy mode key bindings work:nicm2016-10-11
* Support UTF-8 entry into the command prompt.nicm2016-10-11