summaryrefslogtreecommitdiffstats
path: root/status.c
AgeCommit message (Expand)Author
2020-05-26Remove leftover debug logging and fix comparison.nicm
2020-05-25Use the internal representation for UTF-8 keys instead of wchar_t andnicm
2020-05-16Separate key flags and modifiers, log key flags, make the "xterm" flagnicm
2020-05-16Expand target from client and use it to expand the prompt.nicm
2020-05-16Support embedded styles in the display-message message, GitHub issuenicm
2020-05-16Change message log to be per server rather than per client and includenicm
2020-05-16Do not hoke into struct window_pane from the tty code and instead setnicm
2020-05-16Use formats for status-style and message-style.nicm
2020-05-16Complete partial window indexes properly.nicm
2020-05-16Add -W and -T flags to command-prompt to only complete a window and anicm
2020-05-16Improve command prompt completion:nicm
2020-05-16Drop having a separate type for style options and make them all strings,nicm
2020-03-12Add C-g to cancel command prompt with vi(1) keys as well as emacs, and qnicm
2020-01-27Add support for adding a note to a key binding (with bind-key -N) andnicm
2019-05-28Redraw status line if size changes, GitHub issue 1762. Also fix lengthnicm
2019-05-23Fix length calculation for pasting UTF-8 characters in the status line,nicm
2019-05-11Do not reduce window height by status line height for control modenicm
2019-05-03Fix reverse attribute in status line, GitHub issue 1709.nicm
2019-04-26Merge hooks into options and make each one an array option. This allowsnicm
2019-04-25options_array_item_value cannot return NULL.nicm
2019-04-23Somehow missed these bits in last commit.nicm
2019-04-23Indicate an array option with a flag rather than a special type so thatnicm
2019-03-18Extend the #[] style syntax and use that together with previous formatnicm
2019-03-18Make array options a sparse tree instead of an array of char * andnicm
2019-03-18With force, kill previous job before starting new. Fixes problemnicm
2019-03-16Use a pointer for the active screen in the status line instead ofnicm
2019-03-16Give status_save_old the client so it can do the reinit too.nicm
2019-03-16Tidy and rename some bits of status line code.nicm
2019-03-15Move status line free into its own function.nicm
2019-03-14Store the time in the format tree rather than passing it around.nicm
2019-03-12DECRC and DECSC apparently need to preserve origin mode as well, basednicm
2019-02-09Completion of command-alias members.nicm
2018-10-18Support for windows larger than visible on the attached client. This hasnicm
2018-08-29Keep any text killed in the command prompt with C-w and yank it withnicm
2018-08-29Add C-Left and C-Right as aliases for M-b and M-f.nicm
2018-08-22Add StatusLeft and StatusRight mouse key modifiers for the left andnicm
2018-08-20Move offset of window list into status struct.nicm
2018-08-19Add a client redraw-window flag instead of the redraw-all flag and fornicm
2018-02-22Remove an unused variable.nicm
2018-02-05Add struct status_line to hold status line members of struct client, notnicm
2018-01-01Add C-g at command prompt for emacs people, GitHub issue 1213.nicm
2017-12-27Draw command prompt correctly with status line off.nicm
2017-12-18Remove unused variable from Thomas Adam.nicm
2017-11-02Add a "fast" version of screen_write_copy for tree mode that doesn't donicm
2017-10-20Clear status line with spaces again so reverse works, spotted by sthen.nicm
2017-10-16Infrastructure for drawing status lines of more than one line in height,nicm
2017-05-29Add a flag to stop the prompt input being expanded.nicm
2017-05-17Tidy command prompt callbacks and pass in the client.nicm
2017-05-03Add a format for the last search string in copy mode and fix the promptnicm
2017-05-01In order that people can use formats like #D in #() in the status linenicm