-
Notifications
You must be signed in to change notification settings - Fork 5.8k
feat(desktop): Change Terminal's Cursor to Bar and Stop Blinking when not focused #7402
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
feat(desktop): Change Terminal's Cursor to Bar and Stop Blinking when not focused #7402
Conversation
|
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
|
The following comment was made by an LLM, it may be inaccurate: Found a related PR! Here's what I discovered: Potential Related PR:PR #7401: fix(desktop): Remove Cursor Unfocused Prompt Input Why it's related: This PR (7401) appears to address cursor behavior when unfocused, which is directly related to PR #7402. Both PRs seem to be dealing with cursor rendering and focus state interactions in the desktop terminal. They may be complementary fixes or possibly overlapping changes to the same feature area. |
What does this PR do?
Currently terminal cursor keeps blinking even when not focused, this PR makes it not blink when unfocused.
I also changed the cursor to be bar instead of cursor, which is Ghostty default, and cleaner.
How did you verify your code works?
Tested with and without focus