summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.h
AgeCommit message (Expand)Author
2015-05-07array.h can be local to window-choose.c now.Nicholas Marriott
2015-05-06Remove ARRAY_* from history and expand completion to complete a) layoutNicholas Marriott
2015-05-06Add a format window_linked which is 1 if a window has been linkedNicholas Marriott
2015-04-28Add select-layout -o to undo the last layout change (apply the previouslyNicholas Marriott
2015-04-27Rewrite of the target resolution internals to be simpler and moreNicholas Marriott
2015-04-25Make message log a TAILQ.Nicholas Marriott
2015-04-25Move the functions to convert ids from strings into session.c and window.c.Nicholas Marriott
2015-04-24Convert clients list into a TAILQ.Nicholas Marriott
2015-04-24Set working directory for run-shell and if-shell.Nicholas Marriott
2015-04-22Make session_has return a flag, returning the first winlink found is aNicholas Marriott
2015-04-22Change the windows array into an RB tree and fix some places where weNicholas Marriott
2015-04-22window_index is only used in one place (window_destroy) so inline it there.Nicholas Marriott
2015-04-21Always format real layout even when zoomed.Nicholas Marriott
2015-04-20Support for multiple key tables to commands to be bound to sequences ofNicholas Marriott
2015-04-19Rewrite of tmux mouse support which was a mess. Instead of havingNicholas Marriott
2015-04-19Support setting the default window and pane background colours (windowNicholas Marriott
2015-02-06status_replace can now become local to status.c and it no longer needsNicholas Marriott
2015-02-06Add format_expand_time and use it instead of status_replace whereNicholas Marriott
2015-02-05Wrap all the individual format_* calls in a single format_defaultsNicholas Marriott
2015-02-05There is no need to save the guard state because the function checks itNicholas Marriott
2015-02-01Remove two unused arguments from status_replace.Nicholas Marriott
2015-01-20Support blinking cursor mode, both the xterm CSI ?12 h/l and (theNicholas Marriott
2014-12-09Add pane_dead_status for exit status of dead panes.Nicholas Marriott
2014-12-02Permit option values to be used in formats.Nicholas Marriott
2014-11-30Remove dead code, from Thomas Adam.Nicholas Marriott
2014-11-14Label windows which are smaller than expected with a reason.Nicholas Marriott
2014-11-06Add V for select line with vi(1) keys. From Juho Pohjala.Nicholas Marriott
2014-10-27Move cfg_causes local into cfg.c and remove struct causelist.Nicholas Marriott
2014-10-22Merge unlink-window into kill-window.Nicholas Marriott
2014-10-21Only redraw pane when it has actually changed.Nicholas Marriott
2014-10-20Better format for printf format attributes.Nicholas Marriott
2014-10-20Move template defines back into .c files.Nicholas Marriott
2014-10-20Tidy up some includes.Nicholas Marriott
2014-10-20Instead of setting up the default keys by building the key structNicholas Marriott
2014-10-08Add xreallocarray and remove nmemb argument from xrealloc.Nicholas Marriott
2014-09-01Wake up any clients waiting with the wait-for command when the serverNicholas Marriott
2014-09-01Various minor style and spacing nits.Nicholas Marriott
2014-08-11Fix two copy mode problems:Nicholas Marriott
2014-08-11Add flags to selectp to enable and disable input to a pane, from AnishNicholas Marriott
2014-08-09Remove support for the continuous reporting "any" mouse mode which neverNicholas Marriott
2014-07-21Drop explicit support for F13-F20 and change to match the xterm terminfoNicholas Marriott
2014-06-06Properly track switching G0 and G1 modes between US-ASCII and VT100 lineNicholas Marriott
2014-05-14Now that cmdlists are reference counted, there is no need for two-stepNicholas Marriott
2014-05-13If multiple arguments are given to new-session, new-window,Nicholas Marriott
2014-05-13Add a copy mode key binding to copy to a named buffer. From J Raynor.Nicholas Marriott
2014-05-13Add support for named buffers. If you don't name a buffer, things workNicholas Marriott
2014-05-09Just use char ** for argv like normal people, not char *const *.Nicholas Marriott
2014-05-08Instead of forcing mouse scroll to 1 in choose mode, scale it downNicholas Marriott
2014-05-08Both the two previous ways of navigating panes by direction haveNicholas Marriott
2014-04-24There is no longer a need for a paste_stack struct or for global_buffersNicholas Marriott