aboutsummaryrefslogtreecommitdiff
path: root/cmd-capture-pane.c
Commit message (Collapse)AuthorAge
...
* Change from a per-session stack of buffers to one global stack which isNicholas Marriott2010-12-30
| | | | | | | much more convenient and also simplifies lot of code. This renders copy-buffer useless and makes buffer-limit now a server option. By Tiago Cunha.
* Don't leak line, from Tiago Cunha.Nicholas Marriott2010-01-20
|
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
| | | | | time now I've configured emacs to make them displayed in really annoying colours...
* New command, capture-pane, which copies the entire pane contents to a pasteNicholas Marriott2009-12-01
buffer. From Jonathan Alvarado.