Code

wreadln: don't use cursor_move_right() in insert_byte()
authorMax Kellermann <max@duempel.org>
Mon, 6 Oct 2008 14:55:35 +0000 (16:55 +0200)
committerMax Kellermann <max@duempel.org>
Mon, 6 Oct 2008 14:55:35 +0000 (16:55 +0200)
After a byte has been inserted, move the cursor right by just one
byte, not one character.  The byte may have been the first one in a
multibyte character.


No differences found