Application uses JLine 2.12.1 as a shell for SSHD 0.11.0 Mina 2.0.7 server. Putty is a SSH client. Everything works fine if the app is running under javaw.exe If the app is running under java.exe everything works except there is no visual confirmation for arrows, del and backspace keys. Screen cursor simply does not move when arrows, del or backspace pressed. It looks like keystrokes are processed but does not have visual confirmation (e.g. if I enter 'aaa' and then press 'backspace' three times the cursor will stay at the end of the input but if I hit enter I will not get any input in ConsoleReader so internally it works). It happens if I start my application under java.exe but doesn't happen if I use javaw.exe. I use jline 2.12.1
-- View this message in context: http://apache-mina.10907.n7.nabble.com/Arrows-del-backspace-don-t-give-visual-confirmation-with-JLine-as-a-shell-under-java-exe-tp47592.html Sent from the Apache MINA User Forum mailing list archive at Nabble.com.
