Skip to content
Discussion options

You must be logged in to vote

no that is the opposite

the default shell-integration features explicitly set the cursor back after every command the style of which is not configurable it will always be a blinking bar. When no-cursor is supplied it no longer resets the cursor style for you

https://github.com/ghostty-org/ghostty/blob/main/src/shell-integration/bash/ghostty.bash#L209
you can see the reset is \e [0 q which resets to the default cursor style just like the suggested workaround in the helix thread I linked above note that \033 and \e are the same thing

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@sleemer
Comment options

@rhodes-b
Comment options

Answer selected by sleemer
@sleemer
Comment options

@assafdori
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-confirmation A reproduction has been reported, but the bug hasn't been confirmed or reproduced by a maintainer.
3 participants