home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / pascal / 5075 < prev    next >
Encoding:
Internet Message Format  |  1992-08-27  |  1.1 KB

  1. Path: sparky!uunet!gatech!rutgers!hsdndev!binoc.bih.harvard.edu!rind
  2. From: rind@binoc.bih.harvard.edu (David Rind)
  3. Newsgroups: comp.lang.pascal
  4. Subject: Re: Prevent the screen from scrolling?
  5. Message-ID: <1769@hsdndev.UUCP>
  6. Date: 27 Aug 92 15:17:23 GMT
  7. References: <1992Aug26.153649.147@csghsg5a.bitnet> <17h9g7INNsta@matt.ksu.ksu.edu>
  8. Sender: usenet@hsdndev.UUCP
  9. Organization: Beth Israel Hospital, Harvard Medical School, Boston Mass., USA
  10. Lines: 15
  11.  
  12. 89612048s@csghsg5a.bitnet writes:
  13. >If I am going to write anything into the last position of the screen
  14. >(80,25) or of a window, the screen is scrolling on line forward. Is there any 
  15. >possibility to prevent the screen from scrolling? Otherwise you
  16. >always have to take care that you never write into the last screen-
  17. >positio.
  18.  
  19. The simple solution to this is to add 1 to the variable Windmax
  20. which defines the screen coordinates.  At least this worked in
  21. TP 4.0 which was the last time I had to solve this problem. 
  22. It didn't seem to create any problems.  I haven't seen any other
  23. easy solutions described.
  24. -- 
  25. David Rind
  26. rind@binoc.bih.harvard.edu
  27.