aboutsummaryrefslogtreecommitdiff
path: root/status.c
Commit message (Expand)AuthorAge
* 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
* Make refresh-client force update of jobs, from Sina Siadat.nicm2015-09-14
* Move struct paste_buffer out of tmux.h.nicm2015-08-29
* Run status update on a per-client timer at status-interval.nicm2015-08-28
* status_out and associated data structures are no longer used.nicm2015-07-29
* Tidy up the way terminals are described and move some structs out of tmux.h.nicm2015-07-28
* Add an option (history-file) for a file to save/restore command promptnicm2015-07-20
* Move the jobs output cache into the formats code so that #() work morenicm2015-05-27
* Remove ARRAY_* from history and expand completion to complete a) layoutnicm2015-05-06
* Make message log a TAILQ.nicm2015-04-25
* Set working directory for run-shell and if-shell.nicm2015-04-24
* Rewrite of tmux mouse support which was a mess. Instead of havingnicm2015-04-19
* Use the same time for both calls to format_expand_time.nicm2015-02-06
* status_replace can now become local to status.c and it no longer needsnicm2015-02-06
* Add format_expand_time and use it instead of status_replace wherenicm2015-02-06
* Wrap all the individual format_* calls in a single format_defaultsnicm2015-02-05
* Remove two unused arguments from status_replace.nicm2015-02-01
* typo in comment ;) ok nicmsthen2015-01-20
* Do not put a space between status-left/status-right and the window list,nicm2014-11-05
* Better format for printf format attributes.nicm2014-10-20
* Add xreallocarray and remove nmemb argument from xrealloc.nicm2014-10-08
* Take account of window-status-separator when checking window position,nicm2014-10-02
* There is no longer a need for a paste_stack struct or for global_buffersnicm2014-04-24
* Remove the monitor-content option and associated bits and bobs. It'snicm2014-04-17
* Do not replace ## with # in status_replace1 because it'll be done laternicm2014-04-02
* Make message-limit a server option.nicm2014-03-31
* Style nit - no space between function name and bracket.nicm2014-02-14
* Check for NULL session and whatnot in status_replace, from Thomas Adam.nicm2014-02-14
* Allow replacing each of the many sets of separate foo-{fg,bg,attr}nicm2014-01-28
* Whitespace nits, from Ben Boeckel.Nicholas Marriott2013-07-05
* Demote the old single-character replacement variables (#S and friends)Nicholas Marriott2013-05-31
* Extend jobs to support writing and use that for copy-pipe instead ofNicholas Marriott2013-03-25
* evbuffer_readline returns allocated storage, don't leak it.Nicholas Marriott2013-03-22
* No more lint means no more ARGSUSED.Nicholas Marriott2013-03-22
* Aargh. Spaces -> tabs.Nicholas Marriott2013-03-21
* Add window-status-last-* options, from Boris Faure.Nicholas Marriott2012-11-27
* xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
* Move a NULL check inside a function, from Tiago Cunha.Nicholas Marriott2012-07-09