Age | Commit message (Expand) | Author |
2017-04-22 | Get rid of the extra layer of flags and cmd_prepare() and just store the | Nicholas Marriott |
2017-02-16 | Merge clear-history into capture-pane. | Nicholas Marriott |
2017-01-02 | Escape backspace for capture-pane -P, from George Nachman. | Nicholas Marriott |
2016-10-16 | Mass rename struct cmd_q to struct cmdq_item and related. | Nicholas Marriott |
2016-10-14 | Add CMD_AFTERHOOK flag to the easy commands that don't need any special handl... | Nicholas Marriott |
2016-10-10 | Add static in cmd-* and fix a few other nits. | Nicholas Marriott |
2015-12-14 | Instead of combined flags for -c, -s, -t, split into different sets | Nicholas Marriott |
2015-12-13 | Use member names in cmd_entry definitions so I stop getting confused | Nicholas Marriott |
2015-12-13 | Instead of every command resolving the target (-t or -s) itself, prepare | Nicholas Marriott |
2015-11-14 | Push stdout and stderr to clients more aggressively, and add an event to | Nicholas Marriott |
2015-10-16 | Don't free after calling paste_set but do after evbuffer_add, from Theo | Nicholas Marriott |
2015-10-07 | Couple of memory leaks in error paths, from Frederik Vanderstraeten. | Nicholas Marriott |
2015-05-08 | Move input parser structs into input.c (removing fairly useless | Nicholas Marriott |
2015-03-31 | Fix some format specifier nits, from Ben Boeckel. | Nicholas Marriott |
2014-10-20 | Instead of setting up the default keys by building the key struct | Nicholas Marriott |
2014-10-08 | Add xreallocarray and remove nmemb argument from xrealloc. | Nicholas Marriott |
2014-06-20 | Make -S- and -E- mean the start and end to capture-pane to avoid having | Nicholas Marriott |
2014-05-13 | Add support for named buffers. If you don't name a buffer, things work | Nicholas Marriott |
2014-04-24 | There is no longer a need for a paste_stack struct or for global_buffers | Nicholas Marriott |
2013-10-10 | Remove the barely-used and unnecessary command check() function. | Nicholas Marriott |
2013-03-25 | Handle empty pending output (not a failure) and add \n. From George | Nicholas Marriott |
2013-03-25 | Clean up capture-pane and add -P option to dump pending output, based on | Nicholas Marriott |
2013-03-25 | Preserve trailing spaces with capture-pane -J, from George Nachman. | Nicholas Marriott |
2013-03-25 | Add -q flags to shut up errors to capture-pane and show-options, from | Nicholas Marriott |
2013-03-25 | Add -a to capture-pane to capture alternate screen, from George Nachman. | Nicholas Marriott |
2013-03-24 | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott |
2013-03-22 | Add -C and -J to capture pane to escape control sequences and to join | Nicholas Marriott |
2013-03-22 | Fix so capture-pane/save-buffer can work in control clients, from George | Nicholas Marriott |
2013-03-22 | Add -e flag to capture-pane to include embedded ANSI SGR escape | Nicholas Marriott |
2013-03-22 | Don't use a target-client for stdout, just always cmdclient. | Nicholas Marriott |
2013-03-21 | Support capture-pane -p to send to stdout. | Nicholas Marriott |
2012-12-09 | Use the CMD_*_USAGE defines consistently, from Thomas Adam. | Nicholas Marriott |
2012-07-11 | Make command exec functions return an enum rather than -1/0/1 values and | Nicholas Marriott |
2012-07-10 | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott |
2011-12-27 | Extend history that can be captured to INT_MIN rather than | Nicholas Marriott |
2011-08-30 | Another memory leak from Tiago Cunha. | Nicholas Marriott |
2011-05-08 | Fix a couple of memory leaks, from Tiago Cunha. | Nicholas Marriott |
2011-03-28 | Allow a start and end line to be specified for capture-pane which may be | Nicholas Marriott |
2011-01-04 | Clean up and simplify tmux command argument parsing. | Nicholas Marriott |
2010-12-30 | Remove some unused defines. | Nicholas Marriott |
2010-12-30 | Change from a per-session stack of buffers to one global stack which is | Nicholas Marriott |
2010-01-20 | Don't leak line, from Tiago Cunha. | Nicholas Marriott |
2009-12-03 | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott |
2009-12-01 | New command, capture-pane, which copies the entire pane contents to a paste | Nicholas Marriott |