]> git.cworth.org Git - acre/commit
acre-x: Don't redraw for unrecognized keypresses.
authorCarl Worth <cworth@cworth.org>
Thu, 7 Nov 2013 21:13:22 +0000 (13:13 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 7 Nov 2013 21:13:22 +0000 (13:13 -0800)
commitfdff840db02a5d403e1423b070fd43cbbc52a07c
tree9a66f304cb6373b31ff1853bf6a9830660cb0e18
parentac32a03148355f54e5d00a6defeea0cd177328a8
acre-x: Don't redraw for unrecognized keypresses.

Until we add double-buffering, any unnecessary redrawing causes
annoying blinking. Eliminating redraws from unknown keypresses fixes
at least some, (but likely not that many).
acre-x.c