Split file src/keybind.[ch] to lib/keybind.[ch] and src/keybind-defaults.[ch].
commit08e97592834b52e715e25dad8e7fb37a6a54b168
authorSlava Zanko <slavazanko@gmail.com>
Thu, 18 Nov 2010 09:39:09 +0000 (18 11:39 +0200)
committerAndrew Borodin <aborodin@vmail.ru>
Wed, 24 Nov 2010 07:51:31 +0000 (24 10:51 +0300)
tree6f696e03a3b13efa7cc81ce2deeabc504a62147c
parent62f3c368c9de227b5c80ea9ed572e4a5fc35b3ec
Split file src/keybind.[ch] to lib/keybind.[ch] and src/keybind-defaults.[ch].

File src/cmddef.h now merged to lib/keybind.h

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
27 files changed:
lib/Makefile.am
lib/keybind.c [new file with mode: 0644]
lib/keybind.h [moved from src/cmddef.h with 94% similarity]
lib/widget/buttonbar.c
lib/widget/buttonbar.h
lib/widget/dialog.c
lib/widget/input.c
lib/widget/listbox.c
lib/widget/menu.c
src/Makefile.am
src/cmd.c
src/diffviewer/ydiff.c
src/editor/edit.c
src/editor/editcmd.c
src/editor/editkeys.c
src/editor/editmenu.c
src/editor/editwidget.c
src/help.c
src/keybind-defaults.c [moved from src/keybind.c with 53% similarity]
src/keybind-defaults.h [moved from src/keybind.h with 72% similarity]
src/main.c
src/main.h
src/screen.c
src/setup.c
src/tree.c
src/viewer/actions_cmd.c
src/viewer/internal.h