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:
parent
4f54f912c3
commit
3bc51dfff9
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue