]> git.lizzy.rs Git - linenoise.git/commit
Fix a linenoise bug when moving off the left
authorSteve Bennett <steveb@workware.net.au>
Thu, 18 Oct 2012 22:02:06 +0000 (08:02 +1000)
committerSteve Bennett <steveb@workware.net.au>
Mon, 29 Oct 2012 21:42:30 +0000 (07:42 +1000)
commitfcdee2fc4635a82e4e204a8c0bb63bd5e5858441
tree43796c097bb0ae35e024558f37076ee165725eed
parent27ea0ebd4a4d02f7da22d09aa83fe9e971fd864a
Fix a linenoise bug when moving off the left

If the buffer is too big to fit in the window and the cursor
would move off the left edge of the windows, the display
is not shown correctly.

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