aboutsummaryrefslogtreecommitdiff
path: root/cmd-capture-pane.c
Commit message (Expand)AuthorAge
* Add -C and -J to capture pane to escape control sequences and to joinNicholas Marriott2013-03-22
* Don't use a target-client for stdout, just always cmdclient.Nicholas Marriott2013-03-22
* Support capture-pane -p to send to stdout.Nicholas Marriott2013-03-21
* Use the CMD_*_USAGE defines consistently, from Thomas Adam.Nicholas Marriott2012-12-09
* Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott2012-07-11
* xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
* Extend history that can be captured to INT_MIN rather thanNicholas Marriott2011-12-27
* Another memory leak from Tiago Cunha.Nicholas Marriott2011-08-30
* Fix a couple of memory leaks, from Tiago Cunha.Nicholas Marriott2011-05-08
* Allow a start and end line to be specified for capture-pane which may beNicholas Marriott2011-03-28
* Clean up and simplify tmux command argument parsing.Nicholas Marriott2011-01-04
* Remove some unused defines.Nicholas Marriott2010-12-30
* Change from a per-session stack of buffers to one global stack which isNicholas Marriott2010-12-30
* Don't leak line, from Tiago Cunha.Nicholas Marriott2010-01-20
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
* New command, capture-pane, which copies the entire pane contents to a pasteNicholas Marriott2009-12-01