-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No blinking cursor after curses (S-Lang works fine) #10919
Comments
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Unfortunately, yeah... it's the app's responsibility to do this |
@DHowett More precisely, the terminal framework should do it. |
Windows Terminal version (or Windows build number)
1.9.1942.0
Other Software
Any curses app
Steps to reproduce
Cursor is blinking
Start a curses app, e.g. nano (libncursesw.so.5) or vi (-lcurses.7)
Cursor stops blinking
Exit app
Cursor still stops blinking
Expected Behavior
An app should preserve the cursor attributes.
Actual Behavior
Blinking is lost.
The text was updated successfully, but these errors were encountered: