home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!think.com!hsdndev!binoc.bih.harvard.edu!rind
- From: rind@binoc.bih.harvard.edu (David Rind)
- Newsgroups: comp.lang.pascal
- Subject: Re: Writing to position x=80, y=25
- Message-ID: <2321@hsdndev.UUCP>
- Date: 28 Dec 92 14:47:38 GMT
- References: <1992Dec26.004722.14505@leland.Stanford.EDU>
- Sender: usenet@hsdndev.UUCP
- Organization: Beth Israel Hospital, Harvard Medical School, Boston Mass., USA
- Lines: 12
-
- In article <1992Dec26.004722.14505@leland.Stanford.EDU>
- paranjpe@leland.Stanford.EDU (Milind D Paranjpe) writes:
- >Sorry about the faq, but how does one write to the bottom right corner of the
- >screen without having it scroll? This is frustrating me very much.
-
- The way I've done this is to increase the low byte of the variable
- WindMax by one just before the write and then restoring it to its
- previous value. I think people have previously pointed out potential
- problems with this, but in general it seems to work.
- --
- David Rind
- rind@binoc.bih.harvard.edu
-