Skip to content
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

Correct visualization of non english keys #13

Open
daniele77 opened this issue Feb 16, 2017 · 0 comments
Open

Correct visualization of non english keys #13

daniele77 opened this issue Feb 16, 2017 · 0 comments
Assignees

Comments

@daniele77
Copy link
Owner

daniele77 commented Feb 16, 2017

In Linux (and with putty as a telnet client on windows), some keyboard keys don't work (àèéùò"£).

In windows, the arrows in the numeric pad don't work.

Linked to this problem, is the backspace that after non-English keys misbehave.

In particular (x = doesn't work):

                                  nocolor                       color
                      special char    backspace     special char    backspace
win local       
win telnet client       
win putty client                                        X
linux locale               X                            X
linux telnet                            X               X

Please note that the problem with non-English keys is only in the local echo of the characters because the cli engine receive the correct input string instead.

Putty on windows should be configured as following:

terminal -> Local echo: "Force off"
terminal -> Local line editing: "Force off"
@daniele77 daniele77 added the bug label Feb 16, 2017
@daniele77 daniele77 self-assigned this Feb 16, 2017
@daniele77 daniele77 changed the title Correct visualization of non english key Correct visualization of non english keys Mar 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant