-
Notifications
You must be signed in to change notification settings - Fork 131
Warp is turning off the terminal cursor and not turning it back on #393
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
Comments
klauspost
added a commit
to klauspost/warp
that referenced
this issue
Apr 29, 2025
Merged
#394 may or may not fix it. I am not in Mac. |
harshavardhana
pushed a commit
that referenced
this issue
Apr 29, 2025
* Add `tea.ShowCursor`. * Fix inconsistent progress bar size. * Use simple colour for progress bar. * Reduce overall FPS. Possibly fixes #393
@jamespanic please try the latest master and let us know |
Unfortunately the issue is still there. Also when I use the @master version the copyright is 2020-2024 FWIW. |
@jamespanic OK. Gave it my best. You are welcome to see if you can fix it on your end. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: 1.1.1
When running any test using warp the cursor is disabled using the codes
<esc>[?25l
. It needs to send the codes<esc>[?25h
under any circumstances when exiting.This can be repro'd in iTerm2 and Prompt 3 on macOS
warp mixed --host example.com
The text was updated successfully, but these errors were encountered: