Replies: 2 comments
-
Helix doesn't override any terminal settings. I assume the difference you see is that the first screenshot is using the actual terminal cursor while helix colors the cell's background instead. To my knowledge there is no way to support multiple cursors in a terminal, so helix must use the cell's background for now. |
Beta Was this translation helpful? Give feedback.
-
very interesting to know helix is not actually using the terminal cursor due to this limitation. thanks for the info. I wonder, though, if there could be an improvement to how much it uses of the cell's background. does it need to be the whole thing? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This is zsh in tmux:

And this is hx, same terminal instance, same line height:

For comparison, this is the same file in nvim:

What gives? Is there a way to keep the cursor short and not get stretched vertically? Like maybe it's overriding terminal settings?
Beta Was this translation helpful? Give feedback.
All reactions