summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/status.c
AgeCommit message (Expand)Author
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
2016-09-12Allow repeat count to be specified in mode key tables with bind-key -R,Nicholas Marriott
2016-06-06Allow #[] in window-status-separator.Nicholas Marriott
2016-01-19I no longer use my SourceForge address so replace it.Nicholas Marriott
2016-01-01Don't rely on a calculation wrapping when applying message-limit, andNicholas Marriott
2015-12-11Style nits and line wrapping of function declarations.Nicholas Marriott
2015-12-11Add cmdq as an argument to format_create and add a format for theNicholas Marriott
2015-12-08Remove format_create_flags and just pass flags to format_create.Nicholas Marriott
2015-11-22If display-time is set to 0, show status messages until a key is pressed;Tim van der Molen
2015-11-20Instead of separate tables for different types of options, give eachNicholas Marriott
2015-11-18Use __unused rather than rolling our own.Nicholas Marriott
2015-11-13Long overdue change to the way we store cells in the grid: now, insteadNicholas Marriott
2015-11-12Nuke the utf8 and status-utf8 options and make tmux only a UTF-8Nicholas Marriott
2015-11-12Support UTF-8 key bindings by expanding the key type from int toNicholas Marriott
2015-10-27Move struct options into options.c.Nicholas Marriott
2015-10-20Use client pointer not file descriptor in logging.Nicholas Marriott
2015-09-14Make refresh-client force update of jobs, from Sina Siadat.Nicholas Marriott
2015-08-29Move struct paste_buffer out of tmux.h.Nicholas Marriott
2015-08-28Run status update on a per-client timer at status-interval.Nicholas Marriott
2015-07-29status_out and associated data structures are no longer used.Nicholas Marriott
2015-07-28Tidy up the way terminals are described and move some structs out of tmux.h.Nicholas Marriott
2015-07-20Add an option (history-file) for a file to save/restore command promptNicholas Marriott