summaryrefslogtreecommitdiffstats
path: root/paste.c
AgeCommit message (Expand)Author
2010-06-22Sync OpenBSD patchset 726:Tiago Cunha
2010-06-21Add a choose-buffer command for easier use of the paste buffer stack.Nicholas Marriott
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-11-28Sync OpenBSD patchset 569:Tiago Cunha
2009-11-26Tidy up various bits of the paste code, make the data buffer char * and addNicholas Marriott
2009-11-04Sync OpenBSD patchset 482:Tiago Cunha
2009-11-03tv member of struct paste_buffer is updated but not otherwise used, so removeNicholas Marriott
2009-09-20Sync OpenBSD patchset 332:Tiago Cunha
2009-09-20Regularise some fatal messages.Nicholas Marriott
2009-09-07Sync OpenBSD patchset 318:Tiago Cunha
2009-09-07Give each paste buffer a size member instead of requiring them to beNicholas Marriott
2009-07-31Sync OpenBSD patchset 208:Tiago Cunha
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-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
2009-01-25Make the caller responsible for allocating memory for the paste buffer dataTiago Cunha
2009-01-23Return -1 on error.Nicholas Marriott
2008-08-28Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH.Nicholas Marriott
2008-06-20buffer-limit option.Nicholas Marriott
2008-06-20Swap in new paste buffer code and add a couple more commands.Nicholas Marriott
2008-06-20Start of improved buffer code. Only set-buffer/show-buffer commands so far.Nicholas Marriott