Closed aunkrig closed 8 years ago
Ah! The issue seems to be addressed in JLINE 3! What is the current status of JLINE3? Is 3.0.0 stable, or should I stay with JLINE2 for the time being?
already fixed since 2.12.1 ? see #175
You're right; sorry for the hassle. I was using version 2.12, because the README.md told me so.
Hi there,
german keyboards (and probably other, non-US keyboards) require Ctrl+Alt for entering characters like "{[]}\". JLINE does not handle these keystrokes correctly, because "WindowsTerminal.java"
falsely identifies these keystrokes as "come C1 control sequences". I believe adding
to the IF statement should do the trick.
Could you please include that change?
Regards,
Arno
(Observed with JLINE 2.12.)