Replies: 2 comments 3 replies
-
That was in WT. In a console, the cursor is off for the whole 10 seconds. |
Beta Was this translation helpful? Give feedback.
-
Yeah, this is a bug - the cursor should turn off immediately. I think it's another regression from PR #17194. The This is a bit messy to fix because the I think the check would need to be added to the terminal/src/renderer/vt/XtermEngine.cpp Lines 40 to 41 in 295cd17 That test would need to be extended to something like this: if (hr != S_OK && (int)cursorVisible == (int)_lastCursorIsVisible) However, if we're going to be merging PR #17510 soon, there may not be a need for this fix, unless it's something we want to backport to version 1.21. |
Beta Was this translation helpful? Give feedback.
-
If I do this,
the cursor is on during the first Sleep and off during the second Sleep. What's up with that? Is there any kludge that will turn off the cursor immediately without producing any visible output?
Beta Was this translation helpful? Give feedback.
All reactions