From b3d6e2df95a21034e41d46a18c71dd1c4e07e987 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 13 Mar 2001 22:57:56 +0000 Subject: Update the lash shell (hopefully the last time...) so things like echo "foo bar" and echo -n "foo\t\\\\\tbar" work as expected. Merge prompt printing work from Vladimir. -Erik --- cmdedit.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cmdedit.h') diff --git a/cmdedit.h b/cmdedit.h index b96ffd3..0ab94c6 100644 --- a/cmdedit.h +++ b/cmdedit.h @@ -1,13 +1,14 @@ #ifndef CMDEDIT_H #define CMDEDIT_H -#ifdef BB_FEATURE_SH_COMMAND_EDITING +#ifdef BB_FEATURE_COMMAND_EDITING #include +#include "busybox.h" void cmdedit_init(void); void cmdedit_terminate(void); void cmdedit_read_input(char* promptStr, char* command); /* read a line of input */ -#endif /* BB_FEATURE_SH_COMMAND_EDITING */ +#endif /* BB_FEATURE_COMMAND_EDITING */ #endif /* CMDEDIT_H */ -- cgit v1.1