home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / msdos / programm / 8863 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  904 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!sgiblab!cs.uoregon.edu!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!aw2t+
  2. From: aw2t+@andrew.cmu.edu (Alex R.N. Wetmore)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Re: Curses?
  5. Message-ID: <Iebb4eK00VohM2VXUU@andrew.cmu.edu>
  6. Date: 28 Aug 92 10:32:10 GMT
  7. Article-I.D.: andrew.Iebb4eK00VohM2VXUU
  8. Organization: Freshman, Math/Computer Science, Carnegie Mellon, Pittsburgh, PA
  9. Lines: 9
  10. In-Reply-To: <8eba0Oi00UhWA4OJ4X@andrew.cmu.edu>
  11.  
  12. curses is a screen library that support a ton of terminals (anything in
  13. /etc/termcap, which you can add more terminals too, or at least root
  14. can).  It is mostly used on unix systems for programs like ezmail, vi,
  15. emacs, etc.  There are also implementations for PC's, and I am sure that
  16. there are some mac implementations also.
  17.  
  18. rtfm curses for more help.
  19.  
  20. alex
  21.