mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
Turn on the fancy fs_cli with a modern libedit
We turn ON the features with a newer libedit.
This fixes commit 4f54f912c3
.
This commit is contained in:
@@ -1353,7 +1353,7 @@ int main(int argc, char *argv[])
|
|||||||
char *ccheck;
|
char *ccheck;
|
||||||
|
|
||||||
#if HAVE_DECL_EL_PROMPT_ESC
|
#if HAVE_DECL_EL_PROMPT_ESC
|
||||||
feature_level = 0;
|
feature_level = 1;
|
||||||
#else
|
#else
|
||||||
{
|
{
|
||||||
char *term = getenv("TERM");
|
char *term = getenv("TERM");
|
||||||
|
Reference in New Issue
Block a user