Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Change from a per-session stack of buffers to one global stack which is | 2010-12-30 | 1 | -17/+106 | ||
| | | | | | | | 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. | 2010-01-20 | 1 | -1/+3 | ||
| | ||||||
* | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | 2009-12-03 | 1 | -2/+2 | ||
| | | | | | 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 paste | 2009-12-01 | 1 | -0/+81 | ||
buffer. From Jonathan Alvarado. |