aboutsummaryrefslogtreecommitdiff
path: root/cmd-capture-pane.c
Commit message (Expand)AuthorAge
* Handle empty pending output (not a failure) and add \n. From George Nachman.Nicholas Marriott2013-03-19
* Clean up capture-pane and add -P option to dump pending output, based on codeNicholas Marriott2013-03-11
* Preserve trailing spaces with capture-pane -J, from George Nachman.Nicholas Marriott2013-03-04
* Add -q flags to shut up errors to capture-pane and show-options, from GeorgeNicholas Marriott2013-03-04
* Add -a to capture-pane to capture alternate screen, from George Nachman.Nicholas Marriott2013-02-24
* Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-02-23
* Add -C and -J to capture pane to escape control sequences and to join wrappedNicholas Marriott2013-02-21
* Fix so capture-pane/save-buffer can work in control clients, from GeorgeNicholas Marriott2013-02-20
* Add -e flag to capture-pane to include embedded ANSI SGR escape sequences, fromNicholas Marriott2013-02-19
* Don't use a target-client for stdout, just always cmdclient.Nicholas Marriott2013-02-19
* Support capture-pane -p to send to stdout.Nicholas Marriott2013-02-15
* Merge branch 'obsd-master'Thomas Adam2012-12-31
|\
| * 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
* Sync OpenBSD patchset 1151:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 1150:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 991:Tiago Cunha2011-12-30
* Sync OpenBSD patchset 956:Tiago Cunha2011-09-21
* Expand the Id keyword. Tiago Cunha2011-07-09
* Sync OpenBSD patchset 907:Tiago Cunha2011-05-18
* |PatchSet 874Nicholas Marriott2011-04-06
* Sync OpenBSD patchset 829:Tiago Cunha2011-01-07
* Sync OpenBSD patchset 816:Tiago Cunha2010-12-31
* Global paste buffers instead of per-session which renders copy-buffer useless.Tiago Cunha2010-12-30
* Sync OpenBSD patchset 612:Tiago Cunha2010-01-22
* Sync OpenBSD patchset 581:Tiago Cunha2009-12-04
* Sync OpenBSD patchset 577:Tiago Cunha2009-12-02