You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After exiting toipe, the cursor will change into cursor::SteadyBlock and I find myself having to run reset in my terminal. It would be nice if the cursor could return to its original state after exiting toipe.
The text was updated successfully, but these errors were encountered:
nthnd
changed the title
Resetting the cursor
[enhancement] Resetting the cursor
Sep 5, 2022
That is quite annoying indeed. I wanted a way to find out what cursor the user had before starting toipe and reset to that. Unfortunately that's not possible: #39 (comment)
As a workaround, you could use an alias that runs reset after exiting toipe: alias toipe="toipe && reset" and add it to your shell configuration.
I still believe that toipe should change the user's cursor to a blinking bar as that (IMO) provides the best experience for this app. Although, I'm open to exposing an option that lets the user select what type of cursor they want.
After exiting toipe, the cursor will change into
cursor::SteadyBlock
and I find myself having to runreset
in my terminal. It would be nice if the cursor could return to its original state after exiting toipe.The text was updated successfully, but these errors were encountered: