-
Notifications
You must be signed in to change notification settings - Fork 281
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
inconsistent reporting of ^Enter #508
Comments
Can confirm, same here. |
Found the issue. For me this happened because of this line: https://github.com/crossterm-rs/crossterm/blob/master/src/event/sys/unix/parse.rs#L76 I was in raw mode, but didn't use crossterm to enter raw mode (I was using EDIT: to fix this, I used |
@TimonPost what is he suggesting? In my code I used what he suggests |
Enabling raw modes? What terminal are you using on Linux? |
Closing in favor of #685. |
on version 0.18 with raw mode enabled
If I type Ctrl+Enter
The linux one seems wrong
The text was updated successfully, but these errors were encountered: