home *** CD-ROM | disk | FTP | other *** search
- 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+
- From: aw2t+@andrew.cmu.edu (Alex R.N. Wetmore)
- Newsgroups: comp.os.msdos.programmer
- Subject: Re: Curses?
- Message-ID: <Iebb4eK00VohM2VXUU@andrew.cmu.edu>
- Date: 28 Aug 92 10:32:10 GMT
- Article-I.D.: andrew.Iebb4eK00VohM2VXUU
- Organization: Freshman, Math/Computer Science, Carnegie Mellon, Pittsburgh, PA
- Lines: 9
- In-Reply-To: <8eba0Oi00UhWA4OJ4X@andrew.cmu.edu>
-
- curses is a screen library that support a ton of terminals (anything in
- /etc/termcap, which you can add more terminals too, or at least root
- can). It is mostly used on unix systems for programs like ezmail, vi,
- emacs, etc. There are also implementations for PC's, and I am sure that
- there are some mac implementations also.
-
- rtfm curses for more help.
-
- alex
-