home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.lisp
- 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
- From: GHOST@cc.nctu.edu.tw (Michael Huang)
- Subject: How to send out ANSI code ?
- Message-ID: <1992Dec17.113424.7819@debbie.cc.nctu.edu.tw>
- Sender: usenet@debbie.cc.nctu.edu.tw (News Sender)
- Organization: National Chiao Tung University
- X-Newsreader: TIN [version 1.1 PL6]
- Date: Thu, 17 Dec 1992 11:34:24 GMT
- Lines: 33
-
-
-
-
-
- When I want to use the ANSI code to control the terminal position,
- I tried the following program
-
- (prog () (code-char 27) (princ "[5,5H"))
-
- The result is that
-
- #\Esc
- [5,5H
-
- How to send out the ANSI code ?
- I will be very appreciated if some body can tell me how.
-
- Thanks.
- --
-
-
-
- Michael Huang
-
- Dept. of Electronics Engineering
- National Chiao Tung Univ.
- Taiwan R.O.C.
-
- E-mail:
- u7911034@cc.nctu.edu.tw
- 7911034@twnctu02.bitnet
-
-
-