The vty package
vty is a *very* simplistic library in the niche of ncurses. It is intended to be easy to use, have no confusing corner cases, and good support for common terminal types.
If you want to use it, currently the best reference is the test module (Test.hs).
Notable infelicities: requires an ANSI-type terminal, poor efficiency, requires Linux/xterm style UTF8 support.
The latest code is in a darcs repo at http://code.haskell.org/vty/. This is only compatible with GHC 6.10+.
The 3.1.8.* line of vty which is compatable with GHC 6.8 and GHC 6.10 is currently in the darcs repo at http://www.tothepowerofdisco.com/repo/vty-compat. ' © 2006-2007 Stefan O'Rear; BSD3 license.
Properties
| Versions | 3.0.0, 3.0.1, 3.0.2, 3.0.4, 3.1.0, 3.1.2, 3.1.4, 3.1.6, 3.1.8, 3.1.8.2, 3.1.8.4, 4.0.0, 4.0.0.1, 4.2.1.0, 4.4.0.0, 4.4.0.0.1, 4.6.0.1, 4.6.0.2, 4.6.0.4, 4.6.0.6, 4.7.0.0, 4.7.0.4, 4.7.0.6, 4.7.0.8, 4.7.0.10 |
|---|---|
| Dependencies | base (<4), bytestring, containers, extensible-exceptions, terminfo (0.3.*), unix, utf8-string (0.3.*) or base (4.*), bytestring, containers, extensible-exceptions, terminfo (0.3.*), unix, utf8-string (0.3.*) |
| License | BSD3 |
| Author | Stefan O'Rear |
| Maintainer | Corey O'Connor (coreyoconnor@gmail.com) |
| Category | User Interfaces |
| Home page | http://trac.haskell.org/vty/ |
| Upload date | Thu Mar 12 06:29:37 UTC 2009 |
| Uploaded by | CoreyOConnor |
| Built on | ghc-6.10, ghc-6.12, ghc-7.2 |
| Distributions | NixOS: 4.7.0.10, Debian: 4.7.0.6 |
Modules
- Graphics
Downloads
- vty-3.1.8.4.tar.gz (Cabal source package)
- package description (included in the package)