Code

command.c: change find_key_command for MAX_COMMAND_KEYS != 3
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Wed, 21 Dec 2011 20:40:52 +0000 (21:40 +0100)
committerJonathan Neuschäfer <j.neuschaefer@gmx.net>
Wed, 21 Dec 2011 20:59:29 +0000 (21:59 +0100)
commit9784b3f903e4fafe8440d7cc1c5bc1029f6297ce
tree89e120c6f0c58613abec860d274756f63507caaa
parent041007fac16ea243152e72532c18494ab8fca10f
command.c: change find_key_command for MAX_COMMAND_KEYS != 3

The performance penalty shouldn't be too high (loop unrolling could
help here).
src/command.c