chiark / gitweb /
extras/keymap: Fix crash for unknown keys
authorMartin Pitt <martin.pitt@ubuntu.com>
Thu, 23 Jul 2009 17:00:38 +0000 (19:00 +0200)
committerMartin Pitt <martin.pitt@ubuntu.com>
Thu, 23 Jul 2009 17:00:38 +0000 (19:00 +0200)
commit0dcf1ce1f76325e88be8b1c6cc356a2123c9a757
tree6996db5e9cd30434b52208b67612db626d900bb2
parent53842b53820a0f0b2b0ff5b28caf01e3f7e26f22
extras/keymap: Fix crash for unknown keys

The keymap table has some holes in it, which caused the interactive mode to
crash for unknown keys. In these cases, print the numeric key code instead.
extras/keymap/keymap.c