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

  1. Path: sparky!uunet!noc.near.net!news.bbn.com!bbn.com!pdsmith
  2. From: pdsmith@bbn.com (Peter D. Smith)
  3. Newsgroups: comp.terminals
  4. Subject: Re: VT100 code: ESC \
  5. Date: 18 Dec 1992 16:29:11 GMT
  6. Lines: 14
  7. Message-ID: <lj3v2nINNiao@news.bbn.com>
  8. References: <18625@mindlink.bc.ca>
  9. NNTP-Posting-Host: bbn.com
  10. Summary: Meaning of ESC \
  11.  
  12. In article <18625@mindlink.bc.ca>, Frank@mindlink.bc.ca (Frank I. Reiter) writes:
  13. > One more vt100 question: Can anyone tell me what an ESC \ sequence is
  14. > supposed to do?  I have several text files describing VT100 codes, and none
  15. > of them mention this one.  Thanks in advance!
  16.  
  17. Certainly!  'ESC \' is the 7-bit equivilent of the 8-bit 'ST' character; 'ST'
  18. stands for 'String Terminator' and is used for two things:
  19.  
  20.     (1) To cancel an escape sequence.
  21.     (2) To finish a 'DCS' sequence (DCS is another eight-bit character;
  22.         its 7-bit equivilent is ESC-P
  23.  
  24.                     Peter D. Smith
  25.