handle_interlink_event: don't check whether key <= 0xFF
commit5605a046a7c135ed1aaf6d070270e03c2b36c08c
authorMiciah Dashiel Butler Masters <miciah@myrealbox.com>
Fri, 13 Oct 2006 09:02:04 +0000 (13 09:02 +0000)
committerMiciah Dashiel Butler Masters <miciah@FroodyComp.localdomain>
Fri, 20 Oct 2006 23:10:34 +0000 (20 23:10 +0000)
tree12c5b174f3d4b0da86f145d8162daf68f7592a9b
parent89573793193b82b9e1a979bf93f582643570d3bb
handle_interlink_event: don't check whether key <= 0xFF

This is a given, because any value >= 0x100 is negated.
src/terminal/event.c