Posted By
![](/images/g.gif) Csabo on 2014-07-07 12:02:40
| Re: Is there a way to evade scrolling?
Sure, here it is. It could be done better in many ways, but that depends on the end goal, so it's just a proof-of-concept. I made it this way so that it's easy to copy/paste into an emulator ![happy](/images/happy.gif)
The idea is to create a window which is one line tall, then turn off scrolling with the escape codes.
Change the values in the first line to specify row and the character to be printed.
0 Y=24:P$="!" 1 FORI=1TO39:R$=R$+CHR$(29):NEXTI 2 E$=CHR$(27):H$=CHR$(19) 3 CHAR,0,Y,"" 4 PRINTE$"T"R$E$"B"E$"M"P$H$H$E$"L"
|