mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-01 05:12:37 +00:00
[fs_cli] Fix typo, resolves garbled screen
Related to FS-11309. Commit bc3e1c9e7de1855eec454bba467fd2586e5e251b introduced a typo that results in EL_REFRESH never being used, even if available. This can cause the screen to garble. This fixes the typo. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
6f8d65c348
commit
8919d581fe
@ -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…
x
Reference in New Issue
Block a user