aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
...
| * 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
| * There is no need to save the guard state because the function checks itnicm2015-02-05
| * Remove two unused arguments from status_replace.nicm2015-02-01
| * Support blinking cursor mode, both the xterm CSI ?12 h/l and (thenicm2015-01-20
* | Merge branch 'obsd-master'Thomas Adam2014-12-19
|\|
| * Add pane_dead_status for exit status of dead panes.nicm2014-12-09
* | Merge branch 'obsd-master'Thomas Adam2014-12-03
|\|
| * Permit option values to be used in formats.nicm2014-12-02
| * Remove dead code, from Thomas Adam.nicm2014-11-30
* | Merge branch 'obsd-master'Thomas Adam2014-11-19
|\|
| * Label windows which are smaller than expected with a reason.nicm2014-11-14
* | Merge branch 'obsd-master'Thomas Adam2014-11-09
|\|
| * Add V for select line with vi(1) keys. From Juho Pohjala.nicm2014-11-06
* | No need for $Id$ now.Nicholas Marriott2014-11-08
* | Merge branch 'obsd-master'Thomas Adam2014-10-29
|\|
| * Move cfg_causes local into cfg.c and remove struct causelist.nicm2014-10-27
| * Merge unlink-window into kill-window.nicm2014-10-22
| * Only redraw pane when it has actually changed.nicm2014-10-21
* | Merge branch 'obsd-master'Thomas Adam2014-10-21
|\|
| * Better format for printf format attributes.nicm2014-10-20
| * Move template defines back into .c files.nicm2014-10-20
| * Tidy up some includes.nicm2014-10-20
| * Instead of setting up the default keys by building the key structnicm2014-10-20
| * Add xreallocarray and remove nmemb argument from xrealloc.nicm2014-10-08
* | Merge branch 'obsd-master'Thomas Adam2014-09-25
|\|
| * Wake up any clients waiting with the wait-for command when the servernicm2014-09-01
| * Various minor style and spacing nits.nicm2014-09-01
| * Fix two copy mode problems:nicm2014-08-11
| * Add flags to selectp to enable and disable input to a pane, from Anishnicm2014-08-11
* | Merge branch 'obsd-master'Thomas Adam2014-08-09
|\|
| * Remove support for the continuous reporting "any" mouse mode which nevernicm2014-08-09
| * Drop explicit support for F13-F20 and change to match the xterm terminfonicm2014-07-21
* | Merge branch 'obsd-master'Thomas Adam2014-06-20
|\|
| * Properly track switching G0 and G1 modes between US-ASCII and VT100 linenicm2014-06-06
| * Now that cmdlists are reference counted, there is no need for two-stepnicm2014-05-14
* | Merge branch 'obsd-master'Thomas Adam2014-05-13
|\|
| * If multiple arguments are given to new-session, new-window,nicm2014-05-13
| * Add a copy mode key binding to copy to a named buffer. From J Raynor.nicm2014-05-13
| * Add support for named buffers. If you don't name a buffer, things worknicm2014-05-13
| * Just use char ** for argv like normal people, not char *const *.nicm2014-05-09
| * Instead of forcing mouse scroll to 1 in choose mode, scale it downnicm2014-05-08
| * Both the two previous ways of navigating panes by direction havenicm2014-05-08
* | Merge branch 'obsd-master'Thomas Adam2014-04-24
|\|
| * There is no longer a need for a paste_stack struct or for global_buffersnicm2014-04-24
* | Merge branch 'obsd-master'Thomas Adam2014-04-23
|\|
| * Add some UTF-8 utility functions and use them to prevent the width limitnicm2014-04-17
| * Set PATH explicitly, either from client or sessionnicm2014-04-17
| * Don't limit the DCS buffer to 256 bytes, expand it as needed. Requestednicm2014-04-17