home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / terminal / 1461 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.2 KB

  1. Path: sparky!uunet!cs.utexas.edu!sun-barr!olivea!spool.mu.edu!uwm.edu!news.bbn.com!bbn.com!pdsmith
  2. From: pdsmith@bbn.com (Peter D. Smith)
  3. Newsgroups: comp.terminals
  4. Subject: Re: VT100 scrolling region
  5. Summary: Answer to the questions
  6. Message-ID: <lj3vgrINNieu@news.bbn.com>
  7. Date: 18 Dec 92 16:36:43 GMT
  8. References: <18623@mindlink.bc.ca>
  9. Lines: 23
  10. NNTP-Posting-Host: bbn.com
  11.  
  12. In article <18623@mindlink.bc.ca>, Frank@mindlink.bc.ca (Frank I. Reiter) writes:
  13. > Part of an application I am working on includes a VT100 emulator.  We thought
  14. > this was complete...
  15.  
  16. Terminal emulators are always harder than they look.
  17.  
  18. > 1) Does ESC [;22r mean "scroll lines 0 through 22" or does it mean "Set the
  19. > bottom scrolling line to 22, leave the top line as it is set already" ?
  20.  
  21. It should mean 'scroll lines 1 to 22'.  Remember that these sequences
  22. could be implemented in TTL without a microprocessor of any kind & therefore
  23. use the simplest possible implementation.  
  24.  
  25. > 2) Should a clear screen code clear the scrolling region only, or the entire
  26. > screen?  How about a clear to end of screen?
  27. >
  28.  
  29. I think this is the whole screen regardless of the scrolling region.
  30. Don't bet your company on it, though.
  31.  
  32.  
  33.                 Peter D. Smith
  34.