You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to get sub-window scrolling with Crt.cr? I'm trying to make a curses app with a command-line-input at the bottom, and a central window that can scroll. I've tried making two Window classes and the text of each are separated from each other, but I have yet to find a way to make the window scroll up. Do I have to re-layout the text myself to get scrolling? It seems like the curses lib supports scrolling through either insertln() or a "pad" data structure.
The text was updated successfully, but these errors were encountered:
Is it possible to get sub-window scrolling with Crt.cr? I'm trying to make a curses app with a command-line-input at the bottom, and a central window that can scroll. I've tried making two Window classes and the text of each are separated from each other, but I have yet to find a way to make the window scroll up. Do I have to re-layout the text myself to get scrolling? It seems like the curses lib supports scrolling through either insertln() or a "pad" data structure.
The text was updated successfully, but these errors were encountered: