Merge pull request #44 from micmac1/master-fs_cli_typo

[fs_cli] Fix typo, resolves garbled screen
This commit is contained in:
Andrey Volk 2019-10-13 00:49:08 +04:00 committed by GitHub
commit 8a80e3ad0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -674,7 +674,7 @@ static void redisplay(void)
esl_mutex_lock(MUTEX);
{
#ifdef HAVE_LIBEDIT
#ifdef XHAVE_DECL_EL_REFRESH
#ifdef HAVE_DECL_EL_REFRESH
#ifdef HAVE_EL_WSET
/* Current libedit versions don't implement EL_REFRESH in eln.c so
* use the wide version instead. */