Add scroll bar
BTCTaras opened this issue · 4 comments
BTCTaras commented
This would be done in the kristscape
file, just by rereading the already-loaded buffer when the page scrolls. I will do this if I have time
Scroll bar will appear at X=51 and go down the whole page
Luca0208 commented
I guess you could use some term.scroll()
Lignum commented
You won't be able to scroll back up with term.scroll
BTCTaras commented
Just starting the blitting process from a certain line should do
Lignum commented
I concur, that's the common way to do it.