uterm: input: fix resetting key-repeat timer during key-press
authorDavid Herrmann <dh.herrmann@googlemail.com>
Mon, 15 Oct 2012 20:59:31 +0000 (22:59 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Mon, 15 Oct 2012 20:59:31 +0000 (22:59 +0200)
commit94f11b18b9324cd200e8fc633230b3530f9cd62e
tree9c2bcb2007918d8f36af68d2dcfaebc8bfc1ac42
parent32548481249903aa83482878448da38fb2071405
uterm: input: fix resetting key-repeat timer during key-press

We currently do not reset the key-repeat-delay when key-presses are
changed fast enough to fall into the repeat-rate range. Therefore, we
might get spurios key-repeats, even though the key itself wasn't held for
repeat-delay milliseconds.

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