*** empty log message ***
This commit is contained in:
@@ -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 )
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user