Update userinterface.cpp

pull/267/head
arsamus 3 years ago committed by GitHub
parent 92eecd23ff
commit ce021a0125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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);

Loading…
Cancel
Save