You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking to integrate JLine with TerminalFx.
TerminalFX is a terminal running in JavaFX.
I successfully implemented Input/Output Streams between Jline and TerminalFX, somehow the
lineReader.readLine() never reads a line.
I tried with a dumb terminal, as well as the others, but still no results.
I did debug over the streams, and typing 'a' shows the codes 97, 10 are read by the InputStream.
I am looking to integrate JLine with TerminalFx.
TerminalFX is a terminal running in JavaFX.
I successfully implemented Input/Output Streams between Jline and TerminalFX, somehow the
lineReader.readLine() never reads a line.
I tried with a dumb terminal, as well as the others, but still no results.
I did debug over the streams, and typing 'a' shows the codes 97, 10 are read by the InputStream.
Do you know what could be wrong?
The text was updated successfully, but these errors were encountered: