Open GoogleCodeExporter opened 9 years ago
Yeah, I know... One of these days...
If you look at the test package though, there are a lot of classes creating all
kinds of screens and GUIs, maybe that is a good place to get started?
Original comment by mab...@gmail.com
on 2 Jan 2013 at 12:35
Hi,
Where can I find the above mentioned "test package" ?
Regards
Original comment by Christo....@gmail.com
on 2 Mar 2013 at 10:29
Clone the project and look inside src/test/java, or browse online here:
https://code.google.com/p/lanterna/source/browse/#hg%2Fsrc%2Ftest%2Fjava
Original comment by mab...@gmail.com
on 3 Mar 2013 at 5:31
How to add a new line in terminal?
terminal.putCharacter('\n'); // doesn't work
Original comment by timur.e...@gmail.com
on 30 Aug 2014 at 9:53
That should work, at least when running in a 'proper' terminal emulator (I'm
suspecting you are using SwingTerminal? Can't remember if I implemented it
there...). The better approach is to move the cursor to the beginning of the
next line instead.
Original comment by mab...@gmail.com
on 21 Sep 2014 at 2:11
Original issue reported on code.google.com by
akimbomi...@gmail.com
on 21 Dec 2012 at 12:37