]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Turn on the fancy fs_cli with a modern libedit
authorTravis Cross <tc@traviscross.com>
Thu, 27 Mar 2014 17:35:35 +0000 (17:35 +0000)
committerTravis Cross <tc@traviscross.com>
Thu, 27 Mar 2014 17:35:35 +0000 (17:35 +0000)
We turn ON the features with a newer libedit.

This fixes commit 4f54f912c3e9f296d23a694bd29501b9bc5a700f.

libs/esl/fs_cli.c

index e3e98b1837fcb9333f4dc9242731cd43f6a2b94c..4a2c0a8c62341e5b263aa5fd77327c7cddd3c532 100644 (file)
@@ -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");