Go to file
mainzelm 55088b980a Version 1.1 2006-04-18 13:27:52 +00:00
c Version 1.1 2006-04-18 13:27:52 +00:00
doc Add Christoph Hetz's all new, all singing, and all dancing input fields 2005-11-11 08:01:07 +00:00
scheme Remove refresh-all from care-for-return 2006-04-07 09:43:29 +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 Version 1.1 2006-04-18 13:27:52 +00:00
NEWS Towards an initial release. 2005-10-04 13:29:43 +00:00
README Version 1.1 2006-04-18 13:27:52 +00:00
configure.in Towards an initial release. 2005-10-04 13:29:43 +00:00
pkg-def.scm Version 1.1 2006-04-18 13:27:52 +00:00

README

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