-
-
Notifications
You must be signed in to change notification settings - Fork 801
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
Cursor flashing / teleporting on typing in a nushell prompt on windows #2779
Comments
Please capture a terminal recording:
The file is an asciicast (compatible with https://asciinema.org/) and can also be replayed using The terminal recording allows me to replicate what is being sent to the terminal without requiring me to install the same applications as you and replicate your configuration for everything. |
I have encountered both two issues, but I cannot replicate the bug with |
I think this issule is related to nushell/nushell#5585 and #1999. My current workaround is set |
Yeah, this sounds like a duplicate of #1999, but let's keep this one open for visibility. The issue is at the intersection of nushell and the windows conpty layer; it is tracked in nushell/nushell#5585 and upstream of that in the conpty layer in microsoft/terminal#13710 |
What Operating System(s) are you seeing this problem on?
Windows
Which Wayland compositor or X11 Window manager(s) are you using?
No response
WezTerm version
wezterm 20221119-145034-49b9839f
Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?
Yes, and I updated the version box above to show the version of the nightly that I tried
Describe the bug
Upon typing in the prompt, the cursor starts teleporting between the end of the line and the cell below the prompt. See gif below
Happens on both stable & nightly
To Reproduce
I'm running nushell with starship, I tried it on cmd with clink and it does not occur. I tested on alacritty and windows terminal. In alacritty there was no issue whatsoever, on wt, there was a different kind of flashing.
I tried replicating the same thing in neovim, did not happen.
Turns out it happens with the default starship config as well.
Configuration
starship.toml
wezterm.lua
(github did not let me upload the configuration with a .lua extension)
Expected Behavior
No response
Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: