home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / c / 13529 < prev    next >
Encoding:
Text File  |  1992-09-11  |  1.2 KB  |  32 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!asuvax!ennews!envmsa.eas.asu.edu!ptran
  3. From: ptran@envmsa.eas.asu.edu (Phi-Long Tran)
  4. Subject: Re: INVERSE CHARACTORS?
  5. Message-ID: <11SEP199207323686@envmsa.eas.asu.edu>
  6. News-Software: VAX/VMS VNEWS 1.4-b1  
  7. Sender: news@ennews.eas.asu.edu (USENET News System)
  8. Reply-To: ptran@asuvax.eas.asu.edu
  9. Organization: Arizona State University, Tempe, AZ
  10. References: <15060003@hpdmd48.boi.hp.com>
  11. Date: Fri, 11 Sep 1992 14:32:00 GMT
  12. Lines: 18
  13.  
  14. In article <15060003@hpdmd48.boi.hp.com>, 
  15. slack@hpdmd48.boi.hp.com (David Slack) writes...
  16.  
  17. > ...  I am trying to learn to program in C, can anyone direct me to where
  18. > I could find out how to print INVERSE charactors?  I am working on a menu
  19. > screen in the HP-UNIX invironment and would like to be able to do it
  20. > without using curses and in ANSI-C.  Any help is appreciated.
  21.  
  22.      I highly recommend that you try to stick with the Curses library.  It
  23. is "mostly" compatible across several operating systems.  I know of
  24. versions on UNIX, VMS, and MS-DOS.  A good book on Curses will help.  Using
  25. Curses will be much simpler than attempting to write code from scratch to
  26. handle different terminal types.
  27.  
  28. ---
  29. Phi-Long Tran
  30. ptran@asuvax.eas.asu.edu
  31. Arizona State University
  32.