pashapm / lanterna

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

Cannot retrieve the state of the terminal #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I would expect for an object whose state is a buffer of characters, to be able 
to retrieve this state, instead of forcing the client to have her/his own copy 
of the same data.

So for example, I would allow the client to retrive the character content 
between two character positions.

Original issue reported on code.google.com by carlo.ma...@gmail.com on 4 May 2015 at 12:44

GoogleCodeExporter commented 9 years ago
The Screen interface in 3.0 has all you need for this.

Original comment by mab...@gmail.com on 28 Jun 2015 at 12:22