scsh-ncurses 1.1 README -*-outline -*-
scsh ncurses bindings
=====================
This library adds bindings for the ncurses library to scsh, the Scheme
shell.
* Installation
==============
scsh-ncurses conforms to the packaging proposal for
scsh by Michel Schinz. Please see:
<http://lamp.epfl.ch/~schinz/scsh_packages/>
In short, this means that you can install scsh-ncurses by unpacking
the scsh-ncurses tarball and issuing the following command in the
created directory:
scsh-install-pkg --prefix /path/to/your/package/root
See the file INSTALL for the generic installation instructions for
scsh packages.
* Documentation
===============
There is currently no documentation specific to scsh-ncurses. However,
this library maps most of the C functions directly to Scheme
procedures, hence the man pages for ncurses are sufficient in most
cases.
* Loading the code
==================
Start scsh like this:
scsh -lel scsh-ncurses/load.scm
* Support
=========
Please direct questions, comments, answers about scsh-ncurses to the regular
scsh mailing list at
scsh-users@scsh.net