Skip to content

simbasailor/cl-ncurses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CL-Ncurses is a Ncurses interface for Common Lisp on Unix-platforms. It is 
licensed under a MIT-style license. CL-Ncurses uses UFFI for foreign bindings
and it is developed with SBCL on Debian GNU/Linux.

To use cl-ncurses:

 (require :uffi)
 (asdf:oos 'asdf:load-op 'cl-ncurses)

The organization of files corresponds to ncurses manual pages:
eg. functions described in initscr(3) are dealt with in initscr.lisp.

Types and convenience macros reside in package.lisp.
Ncurses's constants reside in constants.lisp.
Ncurses's variables reside in variables.lisp.

There are some tests in the "test" directory.

About

cl-ncurses clone of github

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors