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