summaryrefslogtreecommitdiffstats
path: root/status.c
AgeCommit message (Expand)Author
2015-05-27Move the jobs output cache into the formats code so that #() work morenicm
2015-05-06Remove ARRAY_* from history and expand completion to complete a) layoutnicm
2015-04-25Make message log a TAILQ.nicm
2015-04-24Set working directory for run-shell and if-shell.nicm
2015-04-19Rewrite of tmux mouse support which was a mess. Instead of havingnicm
2015-02-06Use the same time for both calls to format_expand_time.nicm
2015-02-06status_replace can now become local to status.c and it no longer needsnicm
2015-02-06Add format_expand_time and use it instead of status_replace wherenicm
2015-02-05Wrap all the individual format_* calls in a single format_defaultsnicm
2015-02-01Remove two unused arguments from status_replace.nicm
2015-01-20typo in comment ;) ok nicmsthen
2014-11-05Do not put a space between status-left/status-right and the window list,nicm
2014-10-20Better format for printf format attributes.nicm
2014-10-08Add xreallocarray and remove nmemb argument from xrealloc.nicm
2014-10-02Take account of window-status-separator when checking window position,nicm
2014-04-24There is no longer a need for a paste_stack struct or for global_buffersnicm
2014-04-17Remove the monitor-content option and associated bits and bobs. It'snicm
2014-04-02Do not replace ## with # in status_replace1 because it'll be done laternicm
2014-03-31Make message-limit a server option.nicm
2014-02-14Style nit - no space between function name and bracket.nicm
2014-02-14Check for NULL session and whatnot in status_replace, from Thomas Adam.nicm
2014-01-28Allow replacing each of the many sets of separate foo-{fg,bg,attr}nicm
2013-07-05Whitespace nits, from Ben Boeckel.Nicholas Marriott
2013-05-31Demote the old single-character replacement variables (#S and friends)Nicholas Marriott
2013-03-25Extend jobs to support writing and use that for copy-pipe instead ofNicholas Marriott
2013-03-22evbuffer_readline returns allocated storage, don't leak it.Nicholas Marriott
2013-03-22No more lint means no more ARGSUSED.Nicholas Marriott
2013-03-21Aargh. Spaces -> tabs.Nicholas Marriott
2012-11-27Add window-status-last-* options, from Boris Faure.Nicholas Marriott
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-07-09Move a NULL check inside a function, from Tiago Cunha.Nicholas Marriott
2012-04-29Use int not u_char for colours from options since they may have bit 8Nicholas Marriott
2012-04-23Add window-status-separator option, from Thomas Adam.Nicholas Marriott
2012-03-17Check event_initialized before event_del if event may not have been setNicholas Marriott
2012-03-04Add A and I keys for vi status line editing.Nicholas Marriott
2012-03-03The wlmouse offset should be part of the client, not the server. FromNicholas Marriott
2012-01-29Add an option to move the status line to the top of the screen,Nicholas Marriott
2012-01-26Terminate strftime buffer properly even if a really long format stringNicholas Marriott
2012-01-26Fix memory leak in error path, from Tiago Cunha.Nicholas Marriott
2012-01-20Add some trivial additional status line attributes from jwcxz at usersNicholas Marriott
2012-01-20Add space movement keys for vi mode in the status line from Ben Boeckel.Nicholas Marriott
2011-12-01Make M-f and M-b work the same at the command prompt as in copy mode,Nicholas Marriott
2011-11-15Add word movement and editing command for command prompt editing, fromNicholas Marriott
2011-11-15Make window_pane_index work the same as window_index, from Ben Boeckel.Nicholas Marriott
2011-11-05Option to change status line (message) background when using vi keys andNicholas Marriott
2011-08-20Fix a couple of memory leaks, from marcel partap.Nicholas Marriott
2011-07-08Make confirm-before prompt customizable with -p option likeNicholas Marriott
2011-07-02Allow the initial context on prompts to be set with the new -I option toNicholas Marriott
2011-04-29Only redraw the status line on command update, not the entire clientNicholas Marriott
2011-04-24Provide #h for short hostname (no domain) from Michal Mazurek.Nicholas Marriott