summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/status.c
AgeCommit message (Expand)Author
2014-11-05Do not put a space between status-left/status-right and the window list,Nicholas Marriott
2014-10-20Better format for printf format attributes.Nicholas Marriott
2014-10-08Add xreallocarray and remove nmemb argument from xrealloc.Nicholas Marriott
2014-10-02Take account of window-status-separator when checking window position,Nicholas Marriott
2014-04-24There is no longer a need for a paste_stack struct or for global_buffersNicholas Marriott
2014-04-17Remove the monitor-content option and associated bits and bobs. It'sNicholas Marriott
2014-04-02Do not replace ## with # in status_replace1 because it'll be done laterNicholas Marriott
2014-03-31Make message-limit a server option.Nicholas Marriott
2014-02-14Style nit - no space between function name and bracket.Nicholas Marriott
2014-02-14Check for NULL session and whatnot in status_replace, from Thomas Adam.Nicholas Marriott
2014-01-28Allow replacing each of the many sets of separate foo-{fg,bg,attr}Nicholas Marriott
2013-07-05Whitespace nits, from Ben Boeckel.Nicholas Marriott
2013-07-05Act like vi(1) when moving words, from Ben Boeckel.Nicholas Marriott
2013-07-05Implement s, S, C mode switch commands in vi(1) mode, 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-22Add copy-pipe mode command to copy selection and also pipe to a command.Nicholas Marriott
2013-03-22No more lint means no more ARGSUSED.Nicholas Marriott
2013-03-21Aargh. Spaces -> tabs.Nicholas Marriott
2013-03-21Do not leak formats in status_replace.Nicholas Marriott
2013-03-21Add a format client_prefix which is 1 if prefix key has beenNicholas Marriott
2013-03-21Allow formats in status options.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
2011-04-18Add an option (mouse-select-window) which allows the mouse to be used byNicholas Marriott
2011-03-29Change -t on display-message to be target-pane for the #[A-Z]Nicholas Marriott
2011-01-26Simplify the way jobs work and drop the persist type, so all jobs areNicholas Marriott
2011-01-03Handle a # at the end of a replacement string (such as status-left)Nicholas Marriott
2011-01-01Move the user-visible parts of all options (names, types, limit, defaultNicholas Marriott