Merge pull request #44 from micmac1/master-fs_cli_typo
[fs_cli] Fix typo, resolves garbled screen
This commit is contained in:
commit
8a80e3ad0c
|
@ -674,7 +674,7 @@ static void redisplay(void)
|
||||||
esl_mutex_lock(MUTEX);
|
esl_mutex_lock(MUTEX);
|
||||||
{
|
{
|
||||||
#ifdef HAVE_LIBEDIT
|
#ifdef HAVE_LIBEDIT
|
||||||
#ifdef XHAVE_DECL_EL_REFRESH
|
#ifdef HAVE_DECL_EL_REFRESH
|
||||||
#ifdef HAVE_EL_WSET
|
#ifdef HAVE_EL_WSET
|
||||||
/* Current libedit versions don't implement EL_REFRESH in eln.c so
|
/* Current libedit versions don't implement EL_REFRESH in eln.c so
|
||||||
* use the wide version instead. */
|
* use the wide version instead. */
|
||||||
|
|
Loading…
Reference in New Issue