aboutsummaryrefslogtreecommitdiff
path: root/status.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2018-08-29
|\
| * Keep any text killed in the command prompt with C-w and yank it withnicm2018-08-29
* | Merge branch 'obsd-master'Thomas Adam2018-08-29
|\|
| * Add C-Left and C-Right as aliases for M-b and M-f.nicm2018-08-29
* | Merge branch 'obsd-master'Thomas Adam2018-08-22
|\|
| * Add StatusLeft and StatusRight mouse key modifiers for the left andnicm2018-08-22
* | Merge branch 'obsd-master'Thomas Adam2018-08-20
|\|
| * Move offset of window list into status struct.nicm2018-08-20
* | Only screen-redraw.c needs to adjust for message or prompt when theNicholas Marriott2018-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
* Loads more static, except for cmd-*.c and window-*.c.nicm2016-10-10
* Allow repeat count to be specified in mode key tables with bind-key -R,nicm2016-09-12
* Allow #[] in window-status-separator.nicm2016-06-06
* I no longer use my SourceForge address so replace it.nicm2016-01-19
* Don't rely on a calculation wrapping when applying message-limit, andnicm2016-01-01
* Style nits and line wrapping of function declarations.nicm2015-12-11
* Add cmdq as an argument to format_create and add a format for thenicm2015-12-11
* Remove format_create_flags and just pass flags to format_create.nicm2015-12-08
* If display-time is set to 0, show status messages until a key is pressed;tim2015-11-22
* Instead of separate tables for different types of options, give eachnicm2015-11-20
* Use __unused rather than rolling our own.nicm2015-11-18
* Long overdue change to the way we store cells in the grid: now, insteadnicm2015-11-13
* Nuke the utf8 and status-utf8 options and make tmux only a UTF-8nicm2015-11-12
* Support UTF-8 key bindings by expanding the key type from int tonicm2015-11-12
* Move struct options into options.c.nicm2015-10-27
* Use client pointer not file descriptor in logging.nicm2015-10-20