in reply to textual GUI using only part of the terminal
you are probably looking for Term::Visual from the docs:
split-terminal user interface.
Term::Visual is a "visual" terminal interface for curses applications. It provides the split-screen interface you may have seen in console based IRC and MUD clients.
I never used it but it seems very close to your needs: do not expect zooming features anyway.
Another viable option can be Curses::UI look at the picture in an external website.
Also Term::Cap can be used to have the screen partitioned: see Pure Perl Split Screen for an example by blindluke.
L*
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: textual GUI using only part of the terminal -- 3 options
by morgon (Priest) on Jun 27, 2017 at 13:40 UTC |