]> git.lizzy.rs Git - linenoise.git/commit
Re-add delete char optimisation
authorSteve Bennett <steveb@workware.net.au>
Wed, 25 Jul 2018 10:00:12 +0000 (20:00 +1000)
committerSteve Bennett <steveb@workware.net.au>
Wed, 25 Jul 2018 10:02:25 +0000 (20:02 +1000)
commit174a404dfa323a17852414dfc70b36976eddf6f3
tree6ea6e76ca59a21c8d813afb770a947371a305f5e
parentd7bcf93d4de7581e043283ab461eca2310dd8fdc
Re-add delete char optimisation

When backspacing at the end of the line, if the row wouldn't
change and the previous chars is a simple ascii char and there
is no hint to display, simply output \b space \b

Signed-off-by: Steve Bennett <steveb@workware.net.au>
linenoise.c