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