| Commit message (Expand) | Author | Age | Files | Lines |
* | Instead of setting up the default keys by building the key struct |  nicm | 2014-10-20 | 1 | -2/+1 |
* | Add xreallocarray and remove nmemb argument from xrealloc. |  nicm | 2014-10-08 | 1 | -2/+2 |
* | Make -S- and -E- mean the start and end to capture-pane to avoid having |  nicm | 2014-06-20 | 1 | -19/+30 |
* | Add support for named buffers. If you don't name a buffer, things work |  nicm | 2014-05-13 | 1 | -18/+9 |
* | There is no longer a need for a paste_stack struct or for global_buffers |  nicm | 2014-04-24 | 1 | -3/+3 |
* | Remove the barely-used and unnecessary command check() function. |  nicm | 2013-10-10 | 1 | -2/+1 |
* | Handle empty pending output (not a failure) and add \n. From George |  nicm | 2013-03-25 | 1 | -2/+4 |
* | Clean up capture-pane and add -P option to dump pending output, based on |  nicm | 2013-03-25 | 1 | -73/+127 |
* | Preserve trailing spaces with capture-pane -J, from George Nachman. |  nicm | 2013-03-25 | 1 | -2/+2 |
* | Add -q flags to shut up errors to capture-pane and show-options, from |  nicm | 2013-03-25 | 1 | -47/+50 |
* | Add -a to capture-pane to capture alternate screen, from George Nachman. |  nicm | 2013-03-25 | 1 | -9/+21 |
* | Add a command queue to standardize and simplify commands that call other |  nicm | 2013-03-24 | 1 | -11/+10 |
* | Add -C and -J to capture pane to escape control sequences and to join |  nicm | 2013-03-22 | 1 | -7/+14 |
* | Fix so capture-pane/save-buffer can work in control clients, from George |  nicm | 2013-03-22 | 1 | -2/+5 |
* | Add -e flag to capture-pane to include embedded ANSI SGR escape |  nicm | 2013-03-22 | 1 | -13/+17 |
* | Don't use a target-client for stdout, just always cmdclient. |  nicm | 2013-03-22 | 1 | -8/+4 |
* | Support capture-pane -p to send to stdout. |  nicm | 2013-03-21 | 1 | -23/+36 |
* | Use the CMD_*_USAGE defines consistently, from Thomas Adam. |  nicm | 2012-12-09 | 1 | -2/+3 |
* | Make command exec functions return an enum rather than -1/0/1 values and |  nicm | 2012-07-11 | 1 | -8/+8 |
* | xfree is not particularly helpful, remove it. From Thomas Adam. |  nicm | 2012-07-10 | 1 | -7/+7 |
* | Extend history that can be captured to INT_MIN rather than |  nicm | 2011-12-27 | 1 | -3/+3 |
* | Another memory leak from Tiago Cunha. |  nicm | 2011-08-30 | 1 | -1/+2 |
* | Fix a couple of memory leaks, from Tiago Cunha. |  nicm | 2011-05-08 | 1 | -5/+7 |
* | Allow a start and end line to be specified for capture-pane which may be |  nicm | 2011-03-28 | 1 | -7/+35 |
* | Clean up and simplify tmux command argument parsing. |  nicm | 2011-01-04 | 1 | -107/+28 |
* | Remove some unused defines. |  nicm | 2010-12-30 | 1 | -2/+2 |
* | Change from a per-session stack of buffers to one global stack which is |  nicm | 2010-12-30 | 1 | -17/+106 |
* | Don't leak line, from Tiago Cunha. |  nicm | 2010-01-20 | 1 | -1/+3 |
* | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last |  nicm | 2009-12-03 | 1 | -2/+2 |
* | New command, capture-pane, which copies the entire pane contents to a paste |  nicm | 2009-12-01 | 1 | -0/+81 |