]> git.lizzy.rs Git - linenoise.git/commit
New feature: Maintain a cut/paste buffer.
authorAndreas Kupries <akupries@shaw.ca>
Thu, 21 Feb 2013 00:12:35 +0000 (16:12 -0800)
committerSteve Bennett <steveb@workware.net.au>
Thu, 21 Feb 2013 05:07:03 +0000 (15:07 +1000)
commite91e48354750d28a76f65966443a8fa4f098d72d
treeda6292bf20df007b75b9344dbcb7e392bc5df0bd
parent390d3556fee04efb54e8871a65337361d740186c
New feature: Maintain a cut/paste buffer.

The existing bindings for Ctrl+k, Ctrl+u, and Ctrl+w are
modified to fill the cut buffer with the characters they deleted.
The new binding for Ctrl+y inserts the contents of the
cut buffer at the current position.
linenoise.c