-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
User input #64
Comments
This library does not implement that function, it is part of Erlang, so we may not be able to help. The Erlang forums may be the place to ask. https://erlangforums.com/ Does it happen if you call it from the Erlang shell or an Erlang program? |
Sorry that I didn't see your comment till now. |
Another thing I forgot to mention, it only happens on windows, so it might have something to do with CRLF. |
Does it only happen when using |
I have only tried
I just tried that, and it still happens. |
Could you try in Erlang after running these please io:setopts(standard_io, [binary, {encoding, utf8}]),
io:setopts(standard_error, [{encoding, utf8}]). |
I have just tried that, and it still works in erlang. |
I'm confused as I can't think of anything that differs between the working erl scenario and the not working shipment scenario. |
I think it has something to do with windows because it only happens there. |
When using erlang.get_line() and you press backspace it deletes the last word not the last character.
Here is my code:
And here is a screen recording:
https://github.com/user-attachments/assets/b2f273e7-fa27-49a3-8c04-e7881583d519
The text was updated successfully, but these errors were encountered: