aboutsummaryrefslogtreecommitdiff
path: root/paste.c
Commit message (Expand)AuthorAge
* xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
* Style: uint -> u_int and a missing else.Nicholas Marriott2011-03-28
* Change from a per-session stack of buffers to one global stack which isNicholas Marriott2010-12-30
* Add a choose-buffer command for easier use of the paste buffer stack.Nicholas Marriott2010-06-21
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
* Tidy up various bits of the paste code, make the data buffer char * and addNicholas Marriott2009-11-26
* tv member of struct paste_buffer is updated but not otherwise used, so removeNicholas Marriott2009-11-03
* Regularise some fatal messages.Nicholas Marriott2009-09-20
* Give each paste buffer a size member instead of requiring them to beNicholas Marriott2009-09-07
* Don't leak when rollling buffers off when the paste buffer limit is reached.Nicholas Marriott2009-07-30
* Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal errorNicholas Marriott2009-07-02
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01