From: Travis Cross Date: Thu, 27 Mar 2014 17:35:35 +0000 (+0000) Subject: Turn on the fancy fs_cli with a modern libedit X-Git-Tag: v1.5.12~297 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bc51dfff97a321c26808e09b41da6c2af702252;p=thirdparty%2Ffreeswitch.git Turn on the fancy fs_cli with a modern libedit We turn ON the features with a newer libedit. This fixes commit 4f54f912c3e9f296d23a694bd29501b9bc5a700f. --- 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");