summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-capture-pane.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Change from a per-session stack of buffers to one global stack which isnicm2010-12-301-17/+106
* Don't leak line, from Tiago Cunha.nicm2010-01-201-1/+3
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastnicm2009-12-031-2/+2
* New command, capture-pane, which copies the entire pane contents to a pastenicm2009-12-011-0/+81