nanocurses: Simple Curses binding
This is a simple binding to the Curses library, a common Unix library which allows you to use a terminal as a canvas on which your paint are characters (instead of line by line output); Curses is probably most useful for rogue-like interfaces.
Nanocurses differs from Hscurses and Mage in that it is intended to be portable to Curses libraries other than Ncurses, such as Ocurses, Irix's curses, and so on. So it may not have all their features. (It does not differ significantly from Hmp3's Curses binding, as the Curses.hsc in Nanocurses is essentially extracted from Hmp3.)
Downloads
- nanocurses-1.5.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 1.5.1, 1.5.2 |
---|---|
Dependencies | base (>3), bytestring, unix [details] |
Tested with | ghc ==6.8.2 |
License | BSD-3-Clause |
Author | Don Stewart <dons@galois.com>, John Meacham <john@repetae.net> |
Maintainer | none |
Category | User Interfaces |
Home page | http://www.cse.unsw.edu.au/~dons/hmp3.html |
Uploaded | by GwernBranwen at 2008-05-18T21:09:46Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 2106 total (8 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |