summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/status.c
AgeCommit message (Expand)Author
2019-05-28Redraw status line if size changes, GitHub issue 1762. Also fix lengthNicholas Marriott
2019-05-23Fix length calculation for pasting UTF-8 characters in the status line,Nicholas Marriott
2019-05-11Do not reduce window height by status line height for control modeNicholas Marriott
2019-05-03Fix reverse attribute in status line, GitHub issue 1709.Nicholas Marriott
2019-04-26Merge hooks into options and make each one an array option. This allowsNicholas Marriott
2019-04-25options_array_item_value cannot return NULL.Nicholas Marriott
2019-04-23Somehow missed these bits in last commit.Nicholas Marriott
2019-04-23Indicate an array option with a flag rather than a special type so thatNicholas Marriott
2019-03-18Extend the #[] style syntax and use that together with previous formatNicholas Marriott
2019-03-18Make array options a sparse tree instead of an array of char * andNicholas Marriott
2019-03-18With force, kill previous job before starting new. Fixes problemNicholas Marriott
2019-03-16Use a pointer for the active screen in the status line instead ofNicholas Marriott
2019-03-16Give status_save_old the client so it can do the reinit too.Nicholas Marriott
2019-03-16Tidy and rename some bits of status line code.Nicholas Marriott
2019-03-15Move status line free into its own function.Nicholas Marriott
2019-03-14Store the time in the format tree rather than passing it around.Nicholas Marriott
2019-03-12DECRC and DECSC apparently need to preserve origin mode as well, basedNicholas Marriott
2019-02-09Completion of command-alias members.Nicholas Marriott
2018-10-18Support for windows larger than visible on the attached client. This hasNicholas Marriott
2018-08-29Keep any text killed in the command prompt with C-w and yank it withNicholas Marriott
2018-08-29Add C-Left and C-Right as aliases for M-b and M-f.Nicholas Marriott
2018-08-22Add StatusLeft and StatusRight mouse key modifiers for the left andNicholas Marriott
2018-08-20Move offset of window list into status struct.Nicholas Marriott
2018-08-19Add a client redraw-window flag instead of the redraw-all flag and forNicholas Marriott
2018-02-22Remove an unused variable.Nicholas Marriott
2018-02-05Add struct status_line to hold status line members of struct client, notNicholas Marriott
2018-01-01Add C-g at command prompt for emacs people, GitHub issue 1213.Nicholas Marriott
2017-12-27Draw command prompt correctly with status line off.Nicholas Marriott
2017-12-18Remove unused variable from Thomas Adam.Nicholas Marriott
2017-11-02Add a "fast" version of screen_write_copy for tree mode that doesn't doNicholas Marriott
2017-10-20Clear status line with spaces again so reverse works, spotted by sthen.Nicholas Marriott
2017-10-16Infrastructure for drawing status lines of more than one line in height,Nicholas Marriott
2017-05-29Add a flag to stop the prompt input being expanded.Nicholas Marriott
2017-05-29Store a copy of the old status line, will be needed soon for new choose mode.Nicholas Marriott
2017-05-17Tidy command prompt callbacks and pass in the client.Nicholas Marriott
2017-05-03Add a format for the last search string in copy mode and fix the promptNicholas Marriott
2017-05-01In order that people can use formats like #D in #() in the status lineNicholas Marriott
2017-04-22Memory leak from David CARLIER.Nicholas Marriott
2017-02-09Break the message storage function into its own function, useful forNicholas Marriott
2017-02-03Cache status line position to reduce option lookups during output.Nicholas Marriott
2017-02-03Add a window or pane id "tag" to each format tree and use it to separateNicholas Marriott
2017-01-13Make options_get_string return const string.Nicholas Marriott
2017-01-06Incremental search in copy mode (on for emacs keys by default) - muchNicholas Marriott
2017-01-05Highlight all occurrences of search string after searching in copy mode.Nicholas Marriott
2016-12-07Do not clear the prompt when a message is shown, just leave it around andNicholas Marriott
2016-10-12Drop the edit mode key tables and just use fixed key bindings for theNicholas Marriott
2016-10-12The repeat prompt in both emacs and vi (and the old one in tmux) doesn'tNicholas Marriott
2016-10-11Fundamental change to how copy mode key bindings work:Nicholas Marriott
2016-10-11Support UTF-8 entry into the command prompt.Nicholas Marriott
2016-10-10Loads more static, except for cmd-*.c and window-*.c.Nicholas Marriott