-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
typing twice. #6133
Comments
Perhaps someone didn't implement the changes in the new crossterm correctly: AFAIK, crossterm will now report events for press and release: |
I just built hx from source and this kinda drives me away. Does an older build fix this? Or do we have to pick an older crossterm dependency when building? |
I really haven't looked into this, it was just a suspicion. |
@soenkekrusche The commit to use Crossterm 0.26.x was only pushed 10 hours ago, just build from the last commit before which is a976786 . I am sure the problem will be fixed very soon, don't get driven away! Here is my install script that uses a specific commit, you can see how it works: mkdir -p "$helix_src_folder"
git clone https://github.com/helix-editor/helix "$helix_src_folder"
git -C "$helix_src_folder" checkout 715c4b24d94c9e2fa70d5d59ce658b89fbde0392 # hand picked stable point
cargo install --locked --path "$helix_src_folder"/helix-term
... |
Let's keep this open until the PR gets merged. |
Summary
hi.
keyboard keys being entered twice each time the key is pressed
Reproduction Steps
I tried this:
hx
I expected this to happen:
Instead, this happened:
Helix log
~/.cache/helix/helix.log
Platform
window
Terminal Emulator
PowerShell 7.3.2
Helix Version
helix 22.12 (8dab8a0)
The text was updated successfully, but these errors were encountered: