vty-4.4.0.0: A simple terminal access library

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.

Properties

Versions3.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
Dependenciesarray, 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.*)
LicenseBSD3
AuthorStefan O'Rear, Corey O'Connor
MaintainerCorey O'Connor (coreyoconnor@gmail.com)
CategoryUser Interfaces
Home pagehttp://trac.haskell.org/vty/
Upload dateTue Sep 7 19:26:33 UTC 2010
Uploaded byCoreyOConnor
Built onghc-6.12
DistributionsNixOS: 4.7.0.12, Debian: 4.7.0.14

Modules

Downloads