| Version 6 (modified by anonymous, 5 years ago) |
|---|
"vty is a very simple terminal interface library."
Darcs repository: http://code.haskell.org/vty/
Releases
The latest release is 3.1.0. The API for 3.1.0 has changed from that provided by 3.0 to 3.0.4. For many applications the change should be transparent.
Release 3.1.0
- API change: Adds the field "refresh :: IO ()" which can be used to force a refresh of the terminal display.
Release 3.0.4
- UTF-8 input support.
- Cleanup and documentation
- Uses Terminfo package
Release 3.0.2
- Input reads is now done using non-blocking IO.
- A input character of '\t' is now mapped to the KASCII '\t' [] event instead of KASCII 'I' [MCtrl] event. Fixes #3
