Empyreus / lanterna

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

Telnet terminal background changes after closing lanterna guiscreen #111

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am doing a poc for my project using lanterna. I created an executable jar 
file which can be executed from terminal. I am executing this jar file vt100 
telnet terminal. GUIScreen starts fine and window gets opened. When I close the 
window and screen (Programmed return button to close screen), telnet terminal 
background changes to lanterna window's background. Is there anyway I can avoid 
this ? I want telnet terminal back to its original background color after 
closing GUIScreen. Attaching images for reference. 

image 1 - before opening GUIScreen
image 2 - GUIScreen
image 3 - after closing GUIScreen

Original issue reported on code.google.com by venu1...@gmail.com on 20 Jun 2014 at 8:20

Attachments:

GoogleCodeExporter commented 9 years ago
Have you tried calling Terminal.clear() after the GUIScreen closes?

Original comment by mab...@gmail.com on 21 Jun 2014 at 9:40

GoogleCodeExporter commented 9 years ago
Termial.clear() cleared the screen. Thanks.

Original comment by venu1...@gmail.com on 23 Jun 2014 at 2:20

GoogleCodeExporter commented 9 years ago

Original comment by mab...@gmail.com on 12 Jul 2014 at 2:50