home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / os2 / programm / 4969 < prev    next >
Encoding:
Text File  |  1992-09-15  |  956 b   |  24 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!gatech!concert!rock!!rls
  3. From: rls@tip.wedge.nt.com (Robert L. Smith)
  4. Subject: Re: OS2 Window Screen Control
  5. Message-ID: <1992Sep15.163722.14396@rock.concert.net>
  6. Originator: rls@
  7. Sender: news@rock.concert.net
  8. Organization: Northern Telecom Inc., RTP, NC
  9. Date: Tue, 15 Sep 1992 16:37:22 GMT
  10. Lines: 12
  11.  
  12.     Thanks to the several people who suggested ANSI escape sequences,
  13. issued via putch(), to take control of a text-mode screen.  As usual
  14. it's obvious after the fact.
  15.     Fortunately I have an old IBM DOS technical manual lying around
  16. that describes the ANSI sequences, since a search of C-Set/2 and
  17. WorkFrame2 documentation, both online and hardcopy, failed to turn
  18. them up.  But that may be my fault.  There's a high art in picking the
  19. right keyword, whether for hardcopy indices or "kwikinf".  The "ANSI"
  20. keyword seems to be used up in promising ANSI-C conformance in the
  21. compiler.
  22.  
  23. Regards, rLs
  24.