Empyreus / lanterna

Automatically exported from code.google.com/p/lanterna
GNU Lesser General Public License v3.0
0 stars 0 forks source link

More example codes requested #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The example codes section is pretty empty. I would love to see a bunch of 
downloadable examples, so I can see how it all fits together

Original issue reported on code.google.com by akimbomi...@gmail.com on 21 Dec 2012 at 12:37

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
Hi,

Where can I find the above mentioned "test package" ?

Regards

Original comment by Christo....@gmail.com on 2 Mar 2013 at 10:29

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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