-
Notifications
You must be signed in to change notification settings - Fork 43
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
Backspace in raw mode #57
Comments
Hum, I have confess that running from a non graphic terminal, the backspace is matched. |
Hi, I admit that I'm not working much on lambda term these days. notty looks more active, have you tried it? |
Ok,
So there is no trivial bugs in lambda-term, some terms just map backspace to CTRL-H... I am not sure lambda-term should do something for this, because when you are stuck in it... It is a big loss of time. |
Hello,
I am playing with lambda-term(thanks) : version: 1.12.0 .
I have created a test program, I have a problem with the Backspace keyboard in raw mode: it appears it is not mapped to the correct key.
Running a LTerm_key.to_string show me the following result when I press the backspace key:
For the other keys, it works well.
I use a "PC generic 105 keys", I got the bug with both a french or US international keyboard binding.
Thank you for lambda-term.
Here is the test program:
The text was updated successfully, but these errors were encountered: