summaryrefslogtreecommitdiffstats
path: root/cmd-capture-pane.c
AgeCommit message (Expand)Author
2023-09-01Add missing -T to getopt string.nicm
2022-09-28Add a -T flag to capture-pane to stop at the last used cell instead ofnicm
2022-07-06Support hyperlinks with capture-pane -e and add a mouse_hyperlinknicm
2022-06-30Add support for OSC 8 hyperlinks (a VTE extension now supported by othernicm
2022-06-07Expand arguments to some commands where it makes sense, GitHub issuenicm
2021-08-21Add args parsing callback for some future work, currently unused.nicm
2020-06-01Instead of sending all data to control mode clients as fast as possible,nicm
2020-04-13Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm
2020-04-13Make struct cmd local to cmd.c and move it out of tmux.h.nicm
2020-03-31Move alternate screen into the screen rather than the pane.nicm
2020-03-19Change input path so it doesn't require a pane.nicm
2019-12-12Rewrite the code for reading and writing files. Now, if the client isnicm
2019-08-01Add -N to capture-pane to preserve trailing spaces, from Leon Winter.nicm
2019-03-14Missing space in capture-pane usage, from Ben Boeckel.nicm
2019-03-12Allow multiple modes to be open in a pane. A stack of open modes is keptnicm
2019-03-07Add a separate mode struct for the active window mode if any.nicm
2017-04-22Get rid of the extra layer of flags and cmd_prepare() and just store thenicm
2017-02-16Merge clear-history into capture-pane.nicm
2017-01-02Escape backspace for capture-pane -P, from George Nachman.nicm
2016-10-16Mass rename struct cmd_q to struct cmdq_item and related.nicm
2016-10-14Add CMD_AFTERHOOK flag to the easy commands that don't need any special handl...nicm
2016-10-10Add static in cmd-* and fix a few other nits.nicm
2015-12-14Instead of combined flags for -c, -s, -t, split into different setsnicm
2015-12-13Use member names in cmd_entry definitions so I stop getting confusednicm
2015-12-13Instead of every command resolving the target (-t or -s) itself, preparenicm
2015-11-14Push stdout and stderr to clients more aggressively, and add an event tonicm
2015-10-16Don't free after calling paste_set but do after evbuffer_add, from Theonicm
2015-10-07Couple of memory leaks in error paths, from Frederik Vanderstraeten.nicm
2015-05-08Move input parser structs into input.c (removing fairly uselessnicm
2015-03-31Fix some format specifier nits, from Ben Boeckel.nicm
2014-10-20Instead of setting up the default keys by building the key structnicm
2014-10-08Add xreallocarray and remove nmemb argument from xrealloc.nicm
2014-06-20Make -S- and -E- mean the start and end to capture-pane to avoid havingnicm
2014-05-13Add support for named buffers. If you don't name a buffer, things worknicm
2014-04-24There is no longer a need for a paste_stack struct or for global_buffersnicm
2013-10-10Remove the barely-used and unnecessary command check() function.nicm
2013-03-25Handle empty pending output (not a failure) and add \n. From GeorgeNicholas Marriott
2013-03-25Preserve trailing spaces with capture-pane -J, from George Nachman.Nicholas Marriott
2013-03-24Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-03-22Add -C and -J to capture pane to escape control sequences and to joinNicholas Marriott
2013-03-22Don't use a target-client for stdout, just always cmdclient.Nicholas Marriott
2013-03-21Support capture-pane -p to send to stdout.Nicholas Marriott
2012-12-09Use the CMD_*_USAGE defines consistently, from Thomas Adam.Nicholas Marriott
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-27Extend history that can be captured to INT_MIN rather thanNicholas Marriott
2011-08-30Another memory leak from Tiago Cunha.Nicholas Marriott
2011-05-08Fix a couple of memory leaks, from Tiago Cunha.Nicholas Marriott
2011-03-28Allow a start and end line to be specified for capture-pane which may beNicholas Marriott
2011-01-04Clean up and simplify tmux command argument parsing.Nicholas Marriott