mabe02 / lanterna

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

VirtualScreen - scrolling page-wise #578

Closed weberjn closed 1 year ago

weberjn commented 1 year ago

Besides scrolling by line using ALT+ arrow keys VirtualScreen should also support scrolling by page using ALT + Page up/down, and down by pressing space as in a browser.

It should be configurable to use ALT or CTRL.

Also, the "Terminal too small, use ALT+arrows to scroll" help text could be on the horizontal scroll bar to save some space.

mabe02 commented 1 year ago

Yeah, that makes sense