We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following issues on helix-editor/helix stem from a panic in this library: 4046 and 2490
Running hx with RUST_BACKTRACE=full gives:
hx
RUST_BACKTRACE=full
thread 'main' panicked at 'Unexpected INPUT_RECORD EventType: 0', C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\crossterm_winapi-0.9.0\src\structs\input.rs:324:21 stack backtrace: 0: 0x7ff7d3182ad4 - <unknown> 1: 0x7ff7d28be4ea - <unknown> 2: 0x7ff7d317ab19 - <unknown> 3: 0x7ff7d31864bb - <unknown> 4: 0x7ff7d3186155 - <unknown> 5: 0x7ff7d3186bd2 - <unknown> 6: 0x7ff7d3186973 - <unknown> 7: 0x7ff7d3184047 - <unknown> 8: 0x7ff7d318662f - <unknown> 9: 0x7ff7d321e0d5 - <unknown> 10: 0x7ff7d28d5f60 - <unknown> 11: 0x7ff7d28cf04c - <unknown> 12: 0x7ff7d28cada8 - <unknown> 13: 0x7ff7d28c7409 - <unknown> 14: 0x7ff7d28d50fa - <unknown> 15: 0x7ff7d3030905 - <unknown> 16: 0x7ff7d2fff978 - <unknown> 17: 0x7ff7d301cfe0 - <unknown> 18: 0x7ff7d2ff0054 - <unknown> 19: 0x7ff7d2fda75b - <unknown> 20: 0x7ff7d302e75b - <unknown> 21: 0x7ff7d2ff2a34 - <unknown> 22: 0x7ff7d2fe4a26 - <unknown> 23: 0x7ff7d3011fdc - <unknown> 24: 0x7ff7d3173c98 - <unknown> 25: 0x7ff7d2ff2bd7 - <unknown> 26: 0x7ff7d321825c - <unknown> 27: 0x7ffcc60f84d4 - BaseThreadInitThunk 28: 0x7ffcc68c1791 - RtlUserThreadStart
This might only be possible with Crossterm on a specific version of ConEmu, but I figure it's worth making a note of it here regardless.
helix: 22.08.1 (depends on crossterm-winapi: 0.9.0) helix: 22.03 (depends on crossterm-winapi: 0.9.0) ConEmu: 160914 [64] {Stable}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following issues on helix-editor/helix stem from a panic in this library: 4046 and 2490
Running
hx
withRUST_BACKTRACE=full
gives:This might only be possible with Crossterm on a specific version of ConEmu, but I figure it's worth making a note of it here regardless.
Relevant versions:
helix: 22.08.1 (depends on crossterm-winapi: 0.9.0)
helix: 22.03 (depends on crossterm-winapi: 0.9.0)
ConEmu: 160914 [64] {Stable}
The text was updated successfully, but these errors were encountered: