Replies: 1 comment 1 reply
-
Typically the terminal's cursor is hidden and we draw a block by setting a cell's background color. If I remember correctly some elements like prompts use the terminal's cursor instead so that if you have a bar cursor set for example that will be used. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been migrating to Ghostty and decided to configure some things that I haven't before in my terminal, particularly the cursor color. The end goal was to have my cursor in the terminal be green, but still have helix's cursors be whatever my theme set them to.
For the most part this works, but there are some areas where helix uses the terminal cursor, resulting in my terminal cursor color being used. The areas I found where this happens is the symbol picker, file picker, and command area. Is there any way to not use the terminal's cursor for these parts of the UI?
The file picker, where the cursor is green instead of the default primary cursor color for catpuccin mocha:

The command area:

Beta Was this translation helpful? Give feedback.
All reactions