Convert cmdedit into more generic line input facility
authorDenis Vlasenko <vda.linux@googlemail.com>
Mon, 22 Jan 2007 07:21:38 +0000 (07:21 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Mon, 22 Jan 2007 07:21:38 +0000 (07:21 -0000)
commit8e1c71529c2bf38a04d4a117e625e59044a0785a
tree2f115293c25e7ee9307f268ec198e2cf486ff070
parent00cdbd8fc20a4e2e2208f90a2691a3806c931b06
Convert cmdedit into more generic line input facility
(make history and completion optional at runtime).
Use it for fdisk, as an example.
Some unrelated fixes in fdisk are also here.
include/libbb.h
shell/Kbuild
shell/ash.c
shell/cmdedit.c
shell/cmdedit.h
shell/hush.c
shell/lash.c
shell/msh.c
util-linux/fdisk.c
util-linux/fdisk_osf.c