| Commit message (Expand) | Author | Age |
* | Add a flag to stop the prompt input being expanded. | nicm | 2017-05-29 |
* | Tidy command prompt callbacks and pass in the client. | nicm | 2017-05-17 |
* | Add a format for the last search string in copy mode and fix the prompt | nicm | 2017-05-03 |
* | In order that people can use formats like #D in #() in the status line | nicm | 2017-05-01 |
* | Memory leak from David CARLIER. | nicm | 2017-04-22 |
* | Break the message storage function into its own function, useful for | nicm | 2017-02-09 |
* | Cache status line position to reduce option lookups during output. | nicm | 2017-02-03 |
* | Add a window or pane id "tag" to each format tree and use it to separate | nicm | 2017-02-03 |
* | Make options_get_string return const string. | nicm | 2017-01-13 |
* | Incremental search in copy mode (on for emacs keys by default) - much | nicm | 2017-01-06 |
* | Highlight all occurrences of search string after searching in copy mode. | nicm | 2017-01-05 |
* | Do not clear the prompt when a message is shown, just leave it around and | nicm | 2016-12-07 |
* | Drop the edit mode key tables and just use fixed key bindings for the | nicm | 2016-10-12 |
* | The repeat prompt in both emacs and vi (and the old one in tmux) doesn't | nicm | 2016-10-12 |
* | Fundamental change to how copy mode key bindings work: | nicm | 2016-10-11 |
* | Support UTF-8 entry into the command prompt. | nicm | 2016-10-11 |
* | Loads more static, except for cmd-*.c and window-*.c. | nicm | 2016-10-10 |
* | Allow repeat count to be specified in mode key tables with bind-key -R, | nicm | 2016-09-12 |
* | Allow #[] in window-status-separator. | nicm | 2016-06-06 |
* | I no longer use my SourceForge address so replace it. | nicm | 2016-01-19 |
* | Don't rely on a calculation wrapping when applying message-limit, and | nicm | 2016-01-01 |
* | Style nits and line wrapping of function declarations. | nicm | 2015-12-11 |
* | Add cmdq as an argument to format_create and add a format for the | nicm | 2015-12-11 |
* | Remove format_create_flags and just pass flags to format_create. | nicm | 2015-12-08 |
* | If display-time is set to 0, show status messages until a key is pressed; | tim | 2015-11-22 |
* | Instead of separate tables for different types of options, give each | nicm | 2015-11-20 |
* | Use __unused rather than rolling our own. | nicm | 2015-11-18 |
* | Long overdue change to the way we store cells in the grid: now, instead | nicm | 2015-11-13 |
* | Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 | nicm | 2015-11-12 |
* | Support UTF-8 key bindings by expanding the key type from int to | nicm | 2015-11-12 |
* | Move struct options into options.c. | nicm | 2015-10-27 |
* | Use client pointer not file descriptor in logging. | nicm | 2015-10-20 |
* | Make refresh-client force update of jobs, from Sina Siadat. | nicm | 2015-09-14 |
* | Move struct paste_buffer out of tmux.h. | nicm | 2015-08-29 |
* | Run status update on a per-client timer at status-interval. | nicm | 2015-08-28 |
* | status_out and associated data structures are no longer used. | nicm | 2015-07-29 |
* | Tidy up the way terminals are described and move some structs out of tmux.h. | nicm | 2015-07-28 |
* | Add an option (history-file) for a file to save/restore command prompt | nicm | 2015-07-20 |
* | Move the jobs output cache into the formats code so that #() work more | nicm | 2015-05-27 |
* | Remove ARRAY_* from history and expand completion to complete a) layout | nicm | 2015-05-06 |
* | Make message log a TAILQ. | nicm | 2015-04-25 |
* | Set working directory for run-shell and if-shell. | nicm | 2015-04-24 |
* | Rewrite of tmux mouse support which was a mess. Instead of having | nicm | 2015-04-19 |
* | Use the same time for both calls to format_expand_time. | nicm | 2015-02-06 |
* | status_replace can now become local to status.c and it no longer needs | nicm | 2015-02-06 |
* | Add format_expand_time and use it instead of status_replace where | nicm | 2015-02-06 |
* | Wrap all the individual format_* calls in a single format_defaults | nicm | 2015-02-05 |
* | Remove two unused arguments from status_replace. | nicm | 2015-02-01 |
* | typo in comment ;) ok nicm | sthen | 2015-01-20 |
* | Do not put a space between status-left/status-right and the window list, | nicm | 2014-11-05 |