Closed GoogleCodeExporter closed 9 years ago
How are you serving the content over the network? Are you using
TelnetTerminalServer in Lanterna 3 or set up something custom?
Original comment by mab...@gmail.com
on 12 Jul 2014 at 3:13
I've added EOF to both 2.1 and 3, making the GUIScreen quit when it gets one of
those. Also, I added "swallowExceptions" parameter to GUIScreen constructor so
you can control whether to swallow exceptions inside the event loop or not.
To enable GUIScreen to quit on EOF in 2.1, not to break API compatibility,
you'll need to set system property "com.googlecode.lanterna.input.enable-eof"
to "true". 3.0 has it on by default.
Original comment by mab...@gmail.com
on 12 Jul 2014 at 4:15
Thanks very much!
And answering the first question for completeness:
I am using Apache Mina sshd to server the UI over a network.
My standalone sample of how to do this: https://github.com/haku/Stein
The ideas from which I am now using the build a terminal UI for a media player
app: https://github.com/haku/MorriganSshUI
Original comment by AlexHut...@gmail.com
on 12 Jul 2014 at 7:34
Original issue reported on code.google.com by
AlexHut...@gmail.com
on 10 Jul 2014 at 4:57