The nanocurses package
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.)
Properties
| Versions | 1.5.1, 1.5.2 |
|---|---|
| Dependencies | base (>3), bytestring, unix |
| License | BSD3 |
| Author | Don Stewart <dons@galois.com>, John Meacham <john@repetae.net> |
| Stability | Stable |
| Category | User Interfaces |
| Home page | http://www.cse.unsw.edu.au/~dons/hmp3.html |
| Upload date | Sun May 18 21:09:46 UTC 2008 |
| Uploaded by | GwernBranwen |
| Built on | ghc-6.10, ghc-6.8 |
| Build failure | ghc-6.12 (log), ghc-7.0 (log) |
Modules
- UI
- Nanocurses
Downloads
- nanocurses-1.5.2.tar.gz (Cabal source package)
- package description (included in the package)