summaryrefslogtreecommitdiffstats
path: root/cmd-capture-pane.c
AgeCommit message (Expand)Author
2013-08-21Remove the barely-used and unnecessary command check() function.Nicholas Marriott
2013-03-19Handle empty pending output (not a failure) and add \n. From George Nachman.Nicholas Marriott
2013-03-11Clean up capture-pane and add -P option to dump pending output, based on codeNicholas Marriott
2013-03-04Preserve trailing spaces with capture-pane -J, from George Nachman.Nicholas Marriott
2013-03-04Add -q flags to shut up errors to capture-pane and show-options, from GeorgeNicholas Marriott
2013-02-24Add -a to capture-pane to capture alternate screen, from George Nachman.Nicholas Marriott
2013-02-23Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-02-21Add -C and -J to capture pane to escape control sequences and to join wrappedNicholas Marriott
2013-02-20Fix so capture-pane/save-buffer can work in control clients, from GeorgeNicholas Marriott
2013-02-19Add -e flag to capture-pane to include embedded ANSI SGR escape sequences, fromNicholas Marriott
2013-02-19Don't use a target-client for stdout, just always cmdclient.Nicholas Marriott
2013-02-15Support capture-pane -p to send to stdout.Nicholas Marriott
2012-12-31Merge branch 'obsd-master'Thomas Adam
2012-12-09Use the CMD_*_USAGE defines consistently, from Thomas Adam.Nicholas Marriott
2012-07-11Sync OpenBSD patchset 1151:Tiago Cunha
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-11Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2011-12-30Sync OpenBSD patchset 991:Tiago Cunha
2011-12-27Extend history that can be captured to INT_MIN rather thanNicholas Marriott
2011-09-21Sync OpenBSD patchset 956:Tiago Cunha
2011-08-30Another memory leak from Tiago Cunha.Nicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2011-05-18Sync OpenBSD patchset 907:Tiago Cunha
2011-05-08Fix a couple of memory leaks, from Tiago Cunha.Nicholas Marriott
2011-04-06|PatchSet 874Nicholas Marriott
2011-03-28Allow a start and end line to be specified for capture-pane which may beNicholas Marriott
2011-01-07Sync OpenBSD patchset 829:Tiago Cunha
2011-01-04Clean up and simplify tmux command argument parsing.Nicholas Marriott
2010-12-31Sync OpenBSD patchset 816:Tiago Cunha
2010-12-30Remove some unused defines.Nicholas Marriott
2010-12-30Change from a per-session stack of buffers to one global stack which isNicholas Marriott
2010-12-30Global paste buffers instead of per-session which renders copy-buffer useless.Tiago Cunha
2010-01-22Sync OpenBSD patchset 612:Tiago Cunha
2010-01-20Don't leak line, from Tiago Cunha.Nicholas Marriott
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-12-02Sync OpenBSD patchset 577:Tiago Cunha
2009-12-01New command, capture-pane, which copies the entire pane contents to a pasteNicholas Marriott