Ticket #2637: faster startup of mc.
commitfb13e0d143740ef65690b6a0f91d2d02f859e7e5
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 13:05:35 +0000 (31 16:05 +0300)
tree4aeb330173fddaed5b195b04d9d1d02797581a3a
parentc65e316c2f19c0950ac60027df0375c53b38fb8f
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