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:
Travis Cross
2014-03-27 17:35:35 +00:00
parent 4f54f912c3
commit 3bc51dfff9

View 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");