-
Notifications
You must be signed in to change notification settings - Fork 17
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
duplicate cursors when using over SSH #14
Comments
@samuela is the issue still actual? You wrote that it depends on the terminal. |
Not sure I understand the question... the issue is reproducible for me. I suspect that it may have something to do with running in a PTY vs not running in a PTY, but that's really just a guess at this point |
@samuela For my information, do you see this issue as a blocker against using |
I'm forging ahead despite the issue, but i would be curious to figure out what's going on here personally |
I should add that so far I'm only able to reliably reproduce this issue in VSCode's terminal (xterm.js) when running over SSH. I occasionally am able to reproduce on iTerm, also running SSH. |
Not sure what might be causing this, but seeing two cursors when running cliclack over SSH:
This is the
basic.rs
example. The exact same code works fine locally for me.The text was updated successfully, but these errors were encountered: