Renamed keybind-related functions:
commit62f3c368c9de227b5c80ea9ed572e4a5fc35b3ec
authorSlava Zanko <slavazanko@gmail.com>
Thu, 18 Nov 2010 08:43:23 +0000 (18 10:43 +0200)
committerAndrew Borodin <aborodin@vmail.ru>
Wed, 24 Nov 2010 07:51:31 +0000 (24 10:51 +0300)
treea766a89a0981620964646c48863270ada539a10b
parent045debaa8ab19ffe07bca34de23741637a58f1bc
Renamed keybind-related functions:

* lookup_action          -> keybind_lookup_action
* lookup_keymap_shortcut -> keybind_lookup_keymap_shortcut
* lookup_keymap_command  -> keybind_lookup_keymap_command

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
20 files changed:
lib/keybind/TODO.txt [new file with mode: 0644]
lib/keybind/keybind.c [new file with mode: 0644]
lib/keybind/keybind.h [new file with mode: 0644]
lib/keybind/keymap.c [new file with mode: 0644]
lib/keybind/keymap.h [new file with mode: 0644]
lib/keybind/readme.txt [new file with mode: 0644]
lib/vfs/mc-vfs/fish/README.fish~HEAD [new file with mode: 0644]
lib/widget/buttonbar.c
lib/widget/dialog.c
lib/widget/input.c
lib/widget/listbox.c
src/diffviewer/ydiff.c
src/editor/editkeys.c
src/editor/editwidget.c
src/help.c
src/keybind.c
src/keybind.h
src/main.c
src/setup.c
src/viewer/actions_cmd.c