home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / pascal / 7414 < prev    next >
Encoding:
Text File  |  1992-12-12  |  1.7 KB  |  45 lines

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