mabe02 / lanterna

Java library for creating text-based GUIs
GNU Lesser General Public License v3.0
2.24k stars 243 forks source link

Allow AbstractTerminal subclasses to manipulate resize listener behavior #478

Closed keithkml closed 12 months ago

keithkml commented 4 years ago

The use case motivating this change is that I'd like to force resize listeners to fire, even when the size didn't change, in order to trigger a full Screen refresh.

mabe02 commented 4 years ago

I'd rather do protected getters for these two fields. Does that work for you?