@j4james mentioned this in #3093, but the Terminal still needs to implement cursor hiding, so this isn't really helpful by itself

This commit is contained in:
Mike Griese 2020-01-06 08:01:45 -06:00
parent d711d731d7
commit 59e719404e

View file

@ -107,7 +107,7 @@ XtermEngine::XtermEngine(_In_ wil::unique_hfile hPipe,
// by prepending a cursor off.
if (_lastCursorIsVisible)
{
_buffer.insert(0, "\x1b[25l");
_buffer.insert(0, "\x1b[?25l");
_lastCursorIsVisible = false;
}
// If the cursor was NOT previously visible, then that's fine! we don't