summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/status.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash when completing sessions, from Anindya Mukherjee.nicm2020-06-111-7/+18
* Remove leftover debug logging and fix comparison.nicm2020-05-261-2/+2
* Set up UTF-8 data for ASCII keys correctly.nicm2020-05-261-2/+5
* Use the internal representation for UTF-8 keys instead of wchar_t andnicm2020-05-251-3/+2
* Separate key flags and modifiers, log key flags, make the "xterm" flagnicm2020-05-161-3/+3
* Rename KEYC_ESCAPE to KEYC_META.nicm2020-05-161-5/+5
* Expand target from client and use it to expand the prompt.nicm2020-05-161-5/+8
* Support embedded styles in the display-message message, GitHub issuenicm2020-05-161-3/+7
* Change message log to be per server rather than per client and includenicm2020-05-161-2/+2
* Do not hoke into struct window_pane from the tty code and instead setnicm2020-05-161-4/+4
* Use formats for status-style and message-style.nicm2020-05-161-12/+18
* Complete partial window indexes properly.nicm2020-05-161-17/+30
* Add -W and -T flags to command-prompt to only complete a window and anicm2020-05-161-37/+77
* Improve command prompt completion:nicm2020-05-161-174/+329
* Drop having a separate type for style options and make them all strings,nicm2020-05-161-6/+12
* Add C-g to cancel command prompt with vi(1) keys as well as emacs, and qnicm2020-03-121-1/+5
* Add support for adding a note to a key binding (with bind-key -N) andnicm2020-01-271-2/+8
* Redraw status line if size changes, GitHub issue 1762. Also fix lengthnicm2019-05-281-5/+3
* Fix length calculation for pasting UTF-8 characters in the status line,nicm2019-05-231-42/+71
* Do not reduce window height by status line height for control modenicm2019-05-111-3/+3
* Fix reverse attribute in status line, GitHub issue 1709.nicm2019-05-031-7/+12
* Merge hooks into options and make each one an array option. This allowsnicm2019-04-261-2/+2
* options_array_item_value cannot return NULL.nicm2019-04-251-7/+2
* Somehow missed these bits in last commit.nicm2019-04-231-3/+7
* Indicate an array option with a flag rather than a special type so thatnicm2019-04-231-5/+5
* Extend the #[] style syntax and use that together with previous formatnicm2019-03-181-324/+103
* Make array options a sparse tree instead of an array of char * andnicm2019-03-181-7/+14
* With force, kill previous job before starting new. Fixes problemnicm2019-03-181-2/+2
* Use a pointer for the active screen in the status line instead ofnicm2019-03-161-71/+70
* Give status_save_old the client so it can do the reinit too.nicm2019-03-161-10/+11
* Tidy and rename some bits of status line code.nicm2019-03-161-47/+66
* Move status line free into its own function.nicm2019-03-151-2/+18
* Store the time in the format tree rather than passing it around.nicm2019-03-141-34/+23
* DECRC and DECSC apparently need to preserve origin mode as well, basednicm2019-03-121-10/+10
* Completion of command-alias members.nicm2019-02-091-13/+35
* Support for windows larger than visible on the attached client. This hasnicm2018-10-181-11/+11
* Keep any text killed in the command prompt with C-w and yank it withnicm2018-08-291-15/+31
* Add C-Left and C-Right as aliases for M-b and M-f.nicm2018-08-291-1/+4
* Add StatusLeft and StatusRight mouse key modifiers for the left andnicm2018-08-221-1/+5
* Move offset of window list into status struct.nicm2018-08-201-3/+3
* Add a client redraw-window flag instead of the redraw-all flag and fornicm2018-08-191-13/+13
* Remove an unused variable.nicm2018-02-221-6/+1
* Add struct status_line to hold status line members of struct client, notnicm2018-02-051-36/+39
* Add C-g at command prompt for emacs people, GitHub issue 1213.nicm2018-01-011-1/+2
* Draw command prompt correctly with status line off.nicm2017-12-271-5/+7
* Remove unused variable from Thomas Adam.nicm2017-12-181-3/+2
* Add a "fast" version of screen_write_copy for tree mode that doesn't donicm2017-11-021-3/+2
* Clear status line with spaces again so reverse works, spotted by sthen.nicm2017-10-201-7/+12
* Infrastructure for drawing status lines of more than one line in height,nicm2017-10-161-20/+49
* Add a flag to stop the prompt input being expanded.nicm2017-05-291-3/+8