index
:
rtmux.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd-capture-pane.c
Commit message (
Expand
)
Author
Age
*
Make command exec functions return an enum rather than -1/0/1 values and
Nicholas Marriott
2012-07-11
*
xfree is not particularly helpful, remove it. From Thomas Adam.
Nicholas Marriott
2012-07-10
*
Extend history that can be captured to INT_MIN rather than
Nicholas Marriott
2011-12-27
*
Another memory leak from Tiago Cunha.
Nicholas Marriott
2011-08-30
*
Fix a couple of memory leaks, from Tiago Cunha.
Nicholas Marriott
2011-05-08
*
Allow a start and end line to be specified for capture-pane which may be
Nicholas Marriott
2011-03-28
*
Clean up and simplify tmux command argument parsing.
Nicholas Marriott
2011-01-04
*
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-12-30
*
Don't leak line, from Tiago Cunha.
Nicholas Marriott
2010-01-20
*
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
Nicholas Marriott
2009-12-03
*
New command, capture-pane, which copies the entire pane contents to a paste
Nicholas Marriott
2009-12-01