The vty package
vty is terminal GUI 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.
Included in the source distribution is a program test/interactive_terminal_test.hs that demonstrates the various features.
If your terminal is not behaving as expected the results of the test/interactive_terminal_test.hs program should be sent to the Vty maintainter to aid in debugging the issue.
Notable infelicities: Sometimes poor efficiency; Assumes UTF-8 character encoding support by the terminal;
You can 'darcs get' it from http://code.haskell.org/vty/
© 2006-2007 Stefan O'Rear; BSD3 license.
© 2008-2010 Corey O'Connor; BSD3 license.
NOTE: This version is identical to 4.4.0.0 except that the restriction on vector-space 0.5.* has been lifted; i.e. nothing has changed except the Cabal file.
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, 4.7.0.12, 4.7.0.14 |
|---|---|
| Dependencies | array, base (4.*), bytestring, containers, deepseq (1.1.*), ghc-prim, mtl (≥1.1.0.0 & <1.2), parallel (2.2.*), parsec (≥2 & <4), terminfo (0.3.*), unix, utf8-string (0.3.*), vector-space (≥0.5 & <0.8) |
| License | BSD3 |
| Author | Stefan O'Rear, Corey O'Connor |
| Maintainer | Corey O'Connor (coreyoconnor@gmail.com) |
| Category | User Interfaces |
| Home page | http://trac.haskell.org/vty/ |
| Upload date | Thu Oct 21 11:42:54 UTC 2010 |
| Uploaded by | PeterSimons |
| Built on | ghc-6.12 |
| Build failure | ghc-7.0 (log) |
| Distributions | NixOS: 4.7.0.12, Debian: 4.7.0.14 |
Modules
Downloads
- vty-4.4.0.0.1.tar.gz (Cabal source package)
- package description (included in the package)