*** empty log message ***

This commit is contained in:
Paul Tucker
1999-08-02 09:49:50 +00:00
parent 9111d25fda
commit 1a9756f0a2
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
19990802-05:30 EDT Paul Tucker <ptucker@sympatico.ca>
* test/working/scroll.prg
* added calls to dispbegin/dispend - nice & snappy now!
199908.02-12:15 GMT+3 Alexander Kresin
* source/hbpp/hbpp.c
* Bug fixed ( mentioned by Victor Szel )

View File

@@ -12,6 +12,7 @@
function main()
DEVPOS(MAXROW(),0)
DispBegin()
? "If you have the GT API linked in, the screen will be blanked, a text block"
? "will be drawn in the upper-left hand corner of the screen, and then the inside"
? "of the text block will be scrolled around. Otherwise, you will see the screen"
@@ -19,6 +20,7 @@ function main()
? "up, but there will be no scrolling inside the text block."
?
?
DispEnd()
Pause()
CLS
@ 0,0 SAY "01234567890123456789012345678901"