Prepare to merge default and user-defined keymaps.
commit35b429f6253897261ab56a28df00fed33f8183e3
authorAndrew Borodin <aborodin@vmail.ru>
Wed, 23 Feb 2011 09:12:41 +0000 (23 12:12 +0300)
committerAndrew Borodin <aborodin@vmail.ru>
Sun, 20 Mar 2011 16:26:08 +0000 (20 19:26 +0300)
tree1072322811f631a6725d72e0e423572c59274f4b
parent4fbdbd4456411fbc55f3449157897eba00a8df09
Prepare to merge default and user-defined keymaps.

default_main_map and default_main_x_map renamed to
default_main_keymap and default_main_x_keymap respectively to unified
variable names.

Editor: setup keymaps only once for all editors.
Viewer: share single keymap array for all viewers.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
src/editor/edit.c
src/keybind-defaults.c
src/keybind-defaults.h
src/setup.c
src/viewer/actions_cmd.c
src/viewer/display.c
src/viewer/internal.h
src/viewer/mcviewer.c