Code

screen_utils: Fixed backspace with widecharacters in screen_jump().
authorPatrick Hallen <patrick.hallen@rwth-aachen.de>
Sat, 28 Mar 2009 18:01:31 +0000 (19:01 +0100)
committerPatrick Hallen <patrick.hallen@rwth-aachen.de>
Sat, 28 Mar 2009 18:01:31 +0000 (19:01 +0100)
commitc6e69a42f0aa8353b3002ddd77a6e3555dbed424
treeb00af5636e9f7457627344d573df9becd7bc94df
parent9c1a6e3dc36067d83a4f93f82d5a841ec0eeec32
screen_utils: Fixed backspace with widecharacters in screen_jump().

Deleting widecharacters with backspace would leave bytes in the buffer
before. Now every byte of a deleted widecharacter is replaced with '\0'.
src/screen_utils.c