home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / lisp / 3105 < prev    next >
Encoding:
Text File  |  1992-12-17  |  948 b   |  45 lines

  1. Newsgroups: comp.lang.lisp
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!uwm.edu!linac!att!princeton!jvnc.net!news.edu.tw!news!debbie!ccsun7!GHOST
  3. From: GHOST@cc.nctu.edu.tw (Michael Huang)
  4. Subject: How to send out ANSI code ?
  5. Message-ID: <1992Dec17.113424.7819@debbie.cc.nctu.edu.tw>
  6. Sender: usenet@debbie.cc.nctu.edu.tw (News Sender)
  7. Organization: National Chiao Tung University
  8. X-Newsreader: TIN [version 1.1 PL6]
  9. Date: Thu, 17 Dec 1992 11:34:24 GMT
  10. Lines: 33
  11.  
  12.  
  13.  
  14.  
  15.  
  16. When I want to use the ANSI code to control the terminal position,
  17. I tried the following program
  18.  
  19.    (prog () (code-char 27) (princ "[5,5H"))
  20.  
  21. The result is that 
  22.   
  23.    #\Esc
  24.    [5,5H
  25.  
  26.  How to send out the ANSI code ?
  27.  I will be very appreciated if some body can tell me how.
  28.  
  29.  Thanks.
  30. --
  31.  
  32.  
  33.  
  34. Michael Huang
  35.  
  36. Dept. of Electronics Engineering
  37. National Chiao Tung Univ.
  38. Taiwan R.O.C.
  39.  
  40. E-mail:                   
  41. u7911034@cc.nctu.edu.tw  
  42. 7911034@twnctu02.bitnet 
  43.  
  44.  
  45.