wren-lang / wren-cli

A command line tool for the Wren programming language
MIT License
129 stars 31 forks source link

[BUG] "Unhandled key-code [dec]: 8" on Backspace #131

Open Nuyube opened 2 years ago

Nuyube commented 2 years ago

Wren_CLI seems to fail whenever I press backspace in the window. (Windows 11 x64).

Reproduction:

Nuyube commented 2 years ago

wren_cli_u10M7tM8qE Here is a GIF of the problem.

joshgoebel commented 2 years ago

This has been fixed in wren-console, if you wanted to port it over:

https://github.com/joshgoebel/wren-console/commit/e03dfbcdba3e58817133f0350edcb272b72a8afe

ruby0x1 commented 2 years ago

I don't see one but do you remember if there was a PR to fix that for wren-cli @joshgoebel?

joshgoebel commented 2 years ago

I don't think so, but I think you could cherry-pick it right out of my repo most likely... I don't think that part of the source is diverged.

ruby0x1 commented 2 years ago

I see, thanks