curses plugin for Yorick:
F.Rigaut, Nov2004.
see file curses.i for more details.

1. Content:

This plugin includes wrapping function for the curses library.

2. Installation:

see installation instructions in Makefile.
Basically, you will need a C compiler and make/gnumake.
You need yorick in your executable path.

yorick -batch make.i
make
make check
make install

The install puts curses.i in Y_SITE/i, the curses.so library in
Y_HOME/lib.


3. History:
Nov2004: creation, v0.1


