home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************/
- /* This version of curses is based on ncurses, a curses version */
- /* originally written by Pavel Curtis at Cornell University. */
- /* I have made substantial changes to make it run on IBM PC's, */
- /* and therefore consider myself free to make it public domain. */
- /* Bjorn Larsson (...mcvax!enea!infovax!bl) */
- /****************************************************************/
- /* 1.0: Release: 87/05/15 */
- /****************************************************************/
- /* Modified to run under the MINIX operating system by Don Cope */
- /* These changes are also released into the public domain. */
- /* 90/09/06 */
- /****************************************************************/
- /* Modified to run under the RISCOS operating system by Brian */
- /* Brunswick and others. These changes also released into the */
- /* public domain. See 'doc.!Help' for details. */
- /****************************************************************/
-
- For this to run under RISCOS/UnixLib - you will need to have setup
- UnixLib correctly - in particular, to run the demo application,
- you need to have set up the environment variable 'TERM' eg,
-
- *Set TERM aV
-
- and to have setup the /etc path for the termcap file (supplied with
- UnixLib) eg,
-
- *Set UnixFS$/etc adfs::4.$.etc
-
-