]> git.lizzy.rs Git - linenoise.git/commit
New feature: Extended character transpose (Ctrl+t) at end of the line.
authorAndreas Kupries <akupries@shaw.ca>
Fri, 25 Jan 2013 21:12:52 +0000 (13:12 -0800)
committerSteve Bennett <steveb@workware.net.au>
Fri, 15 Feb 2013 02:51:08 +0000 (12:51 +1000)
commit75abbdf96c241e888687dfcaa4f111ba67cfabd5
tree8cfe3126b6e96b84aa08c4f1156f256d25dbf84f
parent1456da93439c29fa846836c62441b562262dbc3e
New feature: Extended character transpose (Ctrl+t) at end of the line.

Bash is able to transpose characters with the cursor after the last
character. It simply transposes the last two. Added this behavior
to linenoise.
linenoise.c