peter 005e98fb55 * fpcmaked -> fpcmade.<TARGET> il y a 26 ans
..
Makefile 005e98fb55 * fpcmaked -> fpcmade.<TARGET> il y a 26 ans
Makefile.fpc c25c149492 + ncrt il y a 26 ans
README 37638f71d6 initial import il y a 27 ans
firework.pp c29072c681 * fpcmake updates il y a 26 ans
ncrt.pp c25c149492 + ncrt il y a 26 ans
ncrt_demo.pp c25c149492 + ncrt il y a 26 ans
ncurses.h 37638f71d6 initial import il y a 27 ans
ncurses.pp c25c149492 + ncrt il y a 26 ans
testn.pp c29072c681 * fpcmake updates il y a 26 ans

README

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.