home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / amiga / introduc / 1206 < prev    next >
Encoding:
Internet Message Format  |  1992-09-02  |  1.3 KB

  1. Xref: sparky comp.sys.amiga.introduction:1206 comp.sys.amiga.misc:13372 comp.sys.amiga.programmer:13013
  2. Newsgroups: comp.sys.amiga.introduction,comp.sys.amiga.misc,comp.sys.amiga.programmer
  3. Path: sparky!uunet!ftpbox!motsrd!white!rtsg.mot.com!earl
  4. From: earl@rtsg.mot.com (Brent R. Earl)
  5. Subject: 1.3 to 2.04 ansi escape codes?
  6. Message-ID: <1992Sep2.153057.8602@rtsg.mot.com>
  7. Sender: news@rtsg.mot.com
  8. Nntp-Posting-Host: khaki14
  9. Organization: Motorola Inc., Cellular Infrastructure Group
  10. Date: Wed, 2 Sep 1992 15:30:57 GMT
  11. Lines: 17
  12.  
  13. I have a program that uses ansi escape codes for cursor positioning,
  14. screen clear, and highlighting.  (specifically, the empire tools
  15. for old empire).  I believe that the clear screen and highlight
  16. still work, but the cursor movement seems broken.
  17.  
  18. It appears that the codes to place the cursor have changed from
  19. 1.3 to 2.x.  1.3 codes were
  20. cursor movement = esc[#;#H  where the numbers are row and column
  21.  
  22. Supposedly, you can use
  23. esc[#x for horizontal placement from left window border
  24. esc[#y for vertical placement from top of window
  25.  
  26. Are these codes more explicit in the rkm than the 2.x manual?
  27. Where can one find the ansi x3.64 spec that is mentioned in
  28. the 2.x manual (section 7 pages 43-45 for my manual).
  29. I don't happen to have the 2.x rkms yet.
  30.