console: fix bug in *_move_left()
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 5 Feb 2012 14:04:43 +0000 (15:04 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 5 Feb 2012 14:04:43 +0000 (15:04 +0100)
commit5e53cda8f5383f1e12b4bcf2d9c903945dfebf9c
tree9ea361be0d085b35b85859f2cbfdead8fca19b9b
parentf0bcc37ceefdb3def38f1c863d199c6482719aa2
console: fix bug in *_move_left()

We must take care of pending-wraps when moving left so we do not miss a
single character.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/console.c