Go to file
mainzelm 54e9e1cee4 Towards an initial release. 2005-10-04 13:29:43 +00:00
c curs_set may return either the old visibility or ERR 2005-06-01 16:06:13 +00:00
scheme Fix SAVETTY and RESETTY 2005-06-14 11:10:46 +00:00
.gitignore *** empty log message *** 2004-09-06 13:22:36 +00:00
AUTHORS Towards an initial release. 2005-10-04 13:29:43 +00:00
COPYING Towards an initial release. 2005-10-04 13:29:43 +00:00
INSTALL Towards an initial release. 2005-10-04 13:29:43 +00:00
Makefile.am Towards an initial release. 2005-10-04 13:29:43 +00:00
NEWS Towards an initial release. 2005-10-04 13:29:43 +00:00
README Towards an initial release. 2005-10-04 13:29:43 +00:00
configure.in Towards an initial release. 2005-10-04 13:29:43 +00:00
pkg-def.scm Towards an initial release. 2005-10-04 13:29:43 +00:00

README

scsh-ncurses 1.0 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