mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +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;
|
||||
|
||||
#if HAVE_DECL_EL_PROMPT_ESC
|
||||
feature_level = 0;
|
||||
feature_level = 1;
|
||||
#else
|
||||
{
|
||||
char *term = getenv("TERM");
|
||||
|
Reference in New Issue
Block a user