On Thu, 5 Dec 2024 at 20:26, Mike Katz via cctalk <cctalk(a)classiccmp.org>
wrote:
Thank you.
Screen is a linux utility. I am writing this on a bare metal (no
operating system) ESP32 dev board.
Right now the program is text menu driven. I would like to enhance it
with textual windows.
The Txwindows package is perfect but over kill and will need some
hacking to work in my environment and it doesn't support the VT-100's
region scrolling so screen updates might be slow.
What might be helpful is if you could be more specific about what it is
you're trying to achieve. Do you want arbitrarily sized, overlapping
windows or do you just want the screen divided up into discrete segments?
-Henry