Age | Commit message (Expand) | Author |
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 |
2015-05-27 | Move the jobs output cache into the formats code so that #() work more | Nicholas Marriott |
2015-05-06 | Remove ARRAY_* from history and expand completion to complete a) layout | Nicholas Marriott |
2015-04-25 | Make message log a TAILQ. | Nicholas Marriott |
2015-04-24 | Set working directory for run-shell and if-shell. | Nicholas Marriott |
2015-04-19 | Rewrite of tmux mouse support which was a mess. Instead of having | Nicholas Marriott |
2015-02-06 | Use the same time for both calls to format_expand_time. | Nicholas Marriott |
2015-02-06 | status_replace can now become local to status.c and it no longer needs | Nicholas Marriott |
2015-02-06 | Add format_expand_time and use it instead of status_replace where | Nicholas Marriott |
2015-02-05 | Wrap all the individual format_* calls in a single format_defaults | Nicholas Marriott |
2015-02-01 | Remove two unused arguments from status_replace. | Nicholas Marriott |
2015-01-20 | typo in comment ;) ok nicm | Stuart Henderson |
2014-11-05 | Do not put a space between status-left/status-right and the window list, | Nicholas Marriott |
2014-10-20 | Better format for printf format attributes. | Nicholas Marriott |
2014-10-08 | Add xreallocarray and remove nmemb argument from xrealloc. | Nicholas Marriott |
2014-10-02 | Take account of window-status-separator when checking window position, | Nicholas Marriott |
2014-04-24 | There is no longer a need for a paste_stack struct or for global_buffers | Nicholas Marriott |
2014-04-17 | Remove the monitor-content option and associated bits and bobs. It's | Nicholas Marriott |
2014-04-02 | Do not replace ## with # in status_replace1 because it'll be done later | Nicholas Marriott |
2014-03-31 | Make message-limit a server option. | Nicholas Marriott |
2014-02-14 | Style nit - no space between function name and bracket. | Nicholas Marriott |
2014-02-14 | Check for NULL session and whatnot in status_replace, from Thomas Adam. | Nicholas Marriott |
2014-01-28 | Allow replacing each of the many sets of separate foo-{fg,bg,attr} | Nicholas Marriott |
2013-07-05 | Whitespace nits, from Ben Boeckel. | Nicholas Marriott |
2013-07-05 | Act like vi(1) when moving words, from Ben Boeckel. | Nicholas Marriott |
2013-07-05 | Implement s, S, C mode switch commands in vi(1) mode, from Ben Boeckel. | Nicholas Marriott |
2013-05-31 | Demote the old single-character replacement variables (#S and friends) | Nicholas Marriott |
2013-03-25 | Extend jobs to support writing and use that for copy-pipe instead of | Nicholas Marriott |
2013-03-22 | evbuffer_readline returns allocated storage, don't leak it. | Nicholas Marriott |
2013-03-22 | Add copy-pipe mode command to copy selection and also pipe to a command. | Nicholas Marriott |
2013-03-22 | No more lint means no more ARGSUSED. | Nicholas Marriott |
2013-03-21 | Aargh. Spaces -> tabs. | Nicholas Marriott |
2013-03-21 | Do not leak formats in status_replace. | Nicholas Marriott |