Age | Commit message (Expand) | Author |
2018-08-22 | Add StatusLeft and StatusRight mouse key modifiers for the left and | Nicholas Marriott |
2018-08-20 | Move offset of window list into status struct. | Nicholas Marriott |
2018-08-19 | Add a client redraw-window flag instead of the redraw-all flag and for | Nicholas Marriott |
2018-02-22 | Remove an unused variable. | Nicholas Marriott |
2018-02-05 | Add struct status_line to hold status line members of struct client, not | Nicholas Marriott |
2018-01-01 | Add C-g at command prompt for emacs people, GitHub issue 1213. | Nicholas Marriott |
2017-12-27 | Draw command prompt correctly with status line off. | Nicholas Marriott |
2017-12-18 | Remove unused variable from Thomas Adam. | Nicholas Marriott |
2017-11-02 | Add a "fast" version of screen_write_copy for tree mode that doesn't do | Nicholas Marriott |
2017-10-20 | Clear status line with spaces again so reverse works, spotted by sthen. | Nicholas Marriott |
2017-10-16 | Infrastructure for drawing status lines of more than one line in height, | Nicholas Marriott |
2017-05-29 | Add a flag to stop the prompt input being expanded. | Nicholas Marriott |
2017-05-29 | Store a copy of the old status line, will be needed soon for new choose mode. | Nicholas Marriott |
2017-05-17 | Tidy command prompt callbacks and pass in the client. | Nicholas Marriott |
2017-05-03 | Add a format for the last search string in copy mode and fix the prompt | Nicholas Marriott |
2017-05-01 | In order that people can use formats like #D in #() in the status line | Nicholas Marriott |
2017-04-22 | Memory leak from David CARLIER. | Nicholas Marriott |
2017-02-09 | Break the message storage function into its own function, useful for | Nicholas Marriott |
2017-02-03 | Cache status line position to reduce option lookups during output. | Nicholas Marriott |
2017-02-03 | Add a window or pane id "tag" to each format tree and use it to separate | Nicholas Marriott |
2017-01-13 | Make options_get_string return const string. | Nicholas Marriott |
2017-01-06 | Incremental search in copy mode (on for emacs keys by default) - much | Nicholas Marriott |
2017-01-05 | Highlight all occurrences of search string after searching in copy mode. | Nicholas Marriott |
2016-12-07 | Do not clear the prompt when a message is shown, just leave it around and | Nicholas Marriott |
2016-10-12 | Drop the edit mode key tables and just use fixed key bindings for the | Nicholas Marriott |
2016-10-12 | The repeat prompt in both emacs and vi (and the old one in tmux) doesn't | Nicholas Marriott |
2016-10-11 | Fundamental change to how copy mode key bindings work: | Nicholas Marriott |
2016-10-11 | Support UTF-8 entry into the command prompt. | Nicholas Marriott |
2016-10-10 | Loads more static, except for cmd-*.c and window-*.c. | Nicholas Marriott |
2016-09-12 | Allow repeat count to be specified in mode key tables with bind-key -R, | Nicholas Marriott |
2016-06-06 | Allow #[] in window-status-separator. | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2016-01-01 | Don't rely on a calculation wrapping when applying message-limit, and | Nicholas Marriott |
2015-12-11 | Style nits and line wrapping of function declarations. | Nicholas Marriott |
2015-12-11 | Add cmdq as an argument to format_create and add a format for the | Nicholas Marriott |
2015-12-08 | Remove format_create_flags and just pass flags to format_create. | Nicholas Marriott |
2015-11-22 | If display-time is set to 0, show status messages until a key is pressed; | Tim van der Molen |
2015-11-20 | Instead of separate tables for different types of options, give each | Nicholas Marriott |
2015-11-18 | Use __unused rather than rolling our own. | Nicholas Marriott |
2015-11-13 | Long overdue change to the way we store cells in the grid: now, instead | Nicholas Marriott |
2015-11-12 | Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 | Nicholas Marriott |
2015-11-12 | Support UTF-8 key bindings by expanding the key type from int to | Nicholas Marriott |
2015-10-27 | Move struct options into options.c. | Nicholas Marriott |
2015-10-20 | Use client pointer not file descriptor in logging. | Nicholas Marriott |
2015-09-14 | Make refresh-client force update of jobs, from Sina Siadat. | Nicholas Marriott |
2015-08-29 | Move struct paste_buffer out of tmux.h. | Nicholas Marriott |
2015-08-28 | Run status update on a per-client timer at status-interval. | Nicholas Marriott |
2015-07-29 | status_out and associated data structures are no longer used. | Nicholas Marriott |
2015-07-28 | Tidy up the way terminals are described and move some structs out of tmux.h. | Nicholas Marriott |
2015-07-20 | Add an option (history-file) for a file to save/restore command prompt | Nicholas Marriott |