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)
commit14cf4e0e78efd95d536ddf73f6b1ebe756d6bd44
treee49cf68dede867b1ead63078e1de07290967a5d5
parent9bc6698a96e318e5c47ae66254c3a8ae3f44bf97
wreadln: don't use cursor_move_right() in insert_byte()

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.
src/wreadln.c