summaryrefslogtreecommitdiffstats
path: root/paste.c
AgeCommit message (Expand)Author
2014-06-20Merge branch 'obsd-master'Thomas Adam
2014-06-20Comment style nits.nicm
2014-05-13Don't allow multiple buffers with the same name, from Thomas Adam.nicm
2014-05-13Merge branch 'obsd-master'Thomas Adam
2014-05-13Add support for named buffers. If you don't name a buffer, things worknicm
2014-04-24Merge branch 'obsd-master'Thomas Adam
2014-04-24There is no longer a need for a paste_stack struct or for global_buffersnicm
2014-04-05Merge branch 'obsd-master'Thomas Adam
2014-04-02Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also makenicm
2014-03-31Add setb -a to append and a copy mode append command, from J Raynor withnicm
2014-03-06Add setb -a to append and a copy mode append command, from J Raynor with minorNicholas Marriott
2014-02-19Merge branch 'obsd-master'Thomas Adam
2014-02-17Fix memory leaks with paste_replace, based on changes from J Raynor.nicm
2012-11-27Merge branch 'obsd-master'Thomas Adam
2012-11-27Support middle-click paste, based on a diff from Ailin Nemui.Nicholas Marriott
2012-09-04Trivial code simplification from Tim Ruehsen.Nicholas Marriott
2012-09-04Trivial code simplification from Tim Ruehsen.Nicholas Marriott
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2011-04-06|PatchSet 873Nicholas Marriott
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-12-30Global paste buffers instead of per-session which renders copy-buffer useless.Tiago Cunha
2010-06-22Nuke vis.h.Tiago Cunha
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