From ce021a0125f1c58e8e92e8fd541e0d6a25430175 Mon Sep 17 00:00:00 2001 From: arsamus Date: Sat, 11 Jun 2022 02:39:19 -0300 Subject: [PATCH] Update userinterface.cpp --- src/userinterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/userinterface.cpp b/src/userinterface.cpp index c7c746f..1d387c9 100644 --- a/src/userinterface.cpp +++ b/src/userinterface.cpp @@ -128,7 +128,7 @@ void CUserInterface::DisplayWrite (const char *pMenu, const char *pParam, const assert (pParam); assert (pValue); - CString Msg ("\x1B[H"); // cursor home + CString Msg ("\x1B[H\E[?25l"); // cursor home and off // first line Msg.Append (pParam);