Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-10-26 02:23:00 +0300
committerDenis Vlasenko <vda.linux@googlemail.com>2008-10-26 02:23:00 +0300
commit0112ff5203e1bbc37425b87a71326aa0a85ec283 (patch)
tree93d798f5a0611f77e6eb9983368710875be334a3 /libbb/Kbuild
parent73d702ee07347f5cf82175c28a12bdd8d297251f (diff)
vi: move key reading routine out of vi into llbbb
function old new delta read_key - 310 +310 .... static.esccmds 170 61 -109 readit 286 60 -226 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 9/10 up/down: 349/-367) Total: -18 bytes
Diffstat (limited to 'libbb/Kbuild')
-rw-r--r--libbb/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild
index 726200675..786cbee80 100644
--- a/libbb/Kbuild
+++ b/libbb/Kbuild
@@ -75,6 +75,7 @@ lib-y += process_escape_sequence.o
lib-y += procps.o
lib-y += ptr_to_globals.o
lib-y += read.o
+lib-y += read_key.o
lib-y += recursive_action.o
lib-y += remove_file.o
lib-y += restricted_shell.o