home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / pascal / 7699 < prev    next >
Encoding:
Internet Message Format  |  1992-12-28  |  979 b 

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