home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.pascal
- Path: sparky!uunet!mcsun!news.funet.fi!uwasa.fi!ts
- From: ts@uwasa.fi (Timo Salmi)
- Subject: Re: text mode scrolling text down?
- Message-ID: <1992Dec12.210915.9314@uwasa.fi>
- Keywords: scroll
- Organization: University of Vaasa, Finland
- References: <gilligan.724186673@cs1.bradley.edu>
- Date: Sat, 12 Dec 1992 21:09:15 GMT
- Lines: 33
-
- In article <gilligan.724186673@cs1.bradley.edu> gilligan@cs1.bradley.edu (Edward Henigin) writes:
- >Okay, I know there's a built in way to scroll text off the screen
- >going up (just to a writeln on line 25) but is there a built in way
- >to scroll text down?
-
- A bit of juggling with InsLine can achieve you that. The reference
- manual has more on InsLine.
-
- >Also, what is the function (I assume it's in crt.tpu) that returns
- >the cursor position?
-
- That too is given in the manual. But if you wish to avoid using the
- Crt unit because of the limitations it imposes then you can apply
-
- TSUNTG: (uses Dos)
- GOATXY As the ordinary GoToXY but no Crt unit required
- RDENKEFN Enhanced keyboard ReadKey, detects also F11 and F12
- READKEFN As the ordinary ReadKey but no Crt unit required
- WHEREXFN As the ordinary WhereX but no Crt unit required
- WHEREYFN As the ordinary WhereY but no Crt unit required
- from
- 99367 Nov 8 19:13 garbo.uwasa.fi:/pc/ts/tspa3140.zip
- 101110 Nov 8 19:13 garbo.uwasa.fi:/pc/ts/tspa3150.zip
- 103186 Nov 8 19:13 garbo.uwasa.fi:/pc/ts/tspa3155.zip
- 103345 Nov 8 19:13 garbo.uwasa.fi:/pc/ts/tspa3160.zip
-
- All the best, Timo
-
- ..................................................................
- Prof. Timo Salmi
- Moderating at garbo.uwasa.fi anonymous FTP archives 128.214.87.1
- Faculty of Accounting & Industrial Management; University of Vaasa
- Internet: ts@uwasa.fi Bitnet: salmi@finfun ; SF-65101, Finland
-