Cursor block style sometimes become a line #3893
-
I have a script on Fish startup to choose a Tmux session. When I click enter I get the expected behavior: When I click I'm using Fish Shell version 3.7.0 on Fedora 41 with everything up-to-date.
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 5 replies
-
I am experiencing the same issue with OrbStack. I have set up shell-intergration, double-checked the Ghostty This is in my
As configured, when first launching Ghostty on OSX, it shows a non-blinking block cursor. Then, when entering an OrbStack Linux machine from the terminal, ( The same thing happens when I hit PS: I have tried re-sourcing the shell-integration script manually, which does not change anything. In fact, since the cursor is a blinking bar, it does seem like shell-integration is working as it should. The problem therefore seems to be that the Ghostty PS 2: Running |
Beta Was this translation helpful? Give feedback.
-
Similar here on MacOS, cursor starts of as a solid white block but after |
Beta Was this translation helpful? Give feedback.
-
I believe I have the same problem When I first start the Ghostty terminal (Ctrl+Alt+T), the cursor appears as a blinking line. Pressing Enter alone doesn't change it, but typing and executing any valid/invalid command updates it to a blinking bar, which is the desired style. The blinking bar is set somewhere in /usr/lib/git-core/git-sh-prompt within __git_ps1. If I don't modify __PROMPT_COMMAND=__git_ps1, the cursor remains a blinking line indefinitely.
|
Beta Was this translation helpful? Give feedback.
-
I'm on MacOS and using Zsh seeing the same issue. When my cursor is free to type it is a blinking line, the moment the shell is busy it turns into the proper |
Beta Was this translation helpful? Give feedback.
-
The issue @yotamNimble, @daryl-hurst, and @V4G4X are facing would be solved with shell-integration-features = no-cursor |
Beta Was this translation helpful? Give feedback.
-
@00-kat I just created this perhaps related thread, about a cursor issue: #6091 I already set Any thoughts or pointers would be appreciated. |
Beta Was this translation helpful? Give feedback.
The issue @yotamNimble, @daryl-hurst, and @V4G4X are facing would be solved with
shell-integration-features = no-cursor