-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hi, thanks for the library!
I was looking for something easier to use than curses, but more control than (the awesome) TTY libraries, and so far, this looks very promising!
I've been playing around with it, and am enjoying the combination of simplicity and effectiveness so far, it really works! :) Thank you for the library. A couple of questions/requests:
- I was wondering if you had any examples or docs on how to do multiple viewports on the screen at once, if that's a possible way to use it? e.g. a split pane interface. The Size still has me confused. can I specify an area with that? My random jabs at it have been unsuccessful so far.
- How would you do a "popup modal"? I tried using a new viewport, and an existing viewport with a different Partial, and those cleared the screen. I'd like to have the existing viewport below, and when the modal is done, be able to restore the dirty areas.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels