From 3bc51dfff97a321c26808e09b41da6c2af702252 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Thu, 27 Mar 2014 17:35:35 +0000 Subject: [PATCH] Turn on the fancy fs_cli with a modern libedit We turn ON the features with a newer libedit. This fixes commit 4f54f912c3e9f296d23a694bd29501b9bc5a700f. --- libs/esl/fs_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/esl/fs_cli.c b/libs/esl/fs_cli.c index e3e98b1837..4a2c0a8c62 100644 --- a/libs/esl/fs_cli.c +++ b/libs/esl/fs_cli.c @@ -1353,7 +1353,7 @@ int main(int argc, char *argv[]) char *ccheck; #if HAVE_DECL_EL_PROMPT_ESC - feature_level = 0; + feature_level = 1; #else { char *term = getenv("TERM");