fpc/packages/ncurses
1999-12-22 01:09:18 +00:00
..
firework.pp * fpcmake updates 1999-11-24 23:41:59 +00:00
Makefile * regenerated 1999-12-22 01:09:18 +00:00
Makefile.fpc + ncrt 1999-11-25 00:10:47 +00:00
ncrt_demo.pp + ncrt 1999-11-25 00:10:47 +00:00
ncrt.pp + ncrt 1999-11-25 00:10:47 +00:00
ncurses.h initial import 1999-05-12 00:11:23 +00:00
ncurses.pp + ncrt 1999-11-25 00:10:47 +00:00
README initial import 1999-05-12 00:11:23 +00:00
testn.pp * fpcmake updates 1999-11-24 23:41:59 +00:00

This is the ncurses interface for Free Pascal.

You need at least version 0.99.8 to compile this.

Compiling should be as simple as 
make install
this will compile the unit ncurses, and make the two programs.
the ncurses unit will be installed in the directory you set in 
the makefile.

If the ncurses library is not in /usr/lib, it is possible that
you must set a -Fl/path/to/libncurses/dir option when compiling the
programs.

The firework program is a nice program that is in the test suite of ncurses
the testn program shows how to make a small window and set a border and
colors, and display a string in it.

Enjoy !

Michael.