Ticket #2637: faster startup of mc.
commit1673c3754869a5dc2d5b1c188c5e3ba9aad03012
authorAndrew Borodin <aborodin@vmail.ru>
Fri, 21 Oct 2011 16:11:22 +0000 (21 20:11 +0400)
committerAndrew Borodin <aborodin@vmail.ru>
Mon, 31 Oct 2011 12:49:36 +0000 (31 15:49 +0300)
treede15cf1375c7a1138e630b6174ae284bb45b3cec
parent0035a1de73993e5ca74b4b09f83083360829930d
Ticket #2637: faster startup of mc.

Since content of keymap file is ASCII-only and case insensitive,
don't use some utf8-manipulation: g_ascii_strcasecmp() is used
instead of str_casecmp().

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
lib/keybind.c
lib/tty/key.c