Changes between Version 5 and Version 6 of WikiStart
- Timestamp:
- 09/08/08 14:05:07 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v5 v6 1 1 "vty is a very simple terminal interface library." 2 3 == VTY ==4 2 5 3 Darcs repository: http://code.haskell.org/vty/ 6 4 7 == Latest stable release 3.0.2 == 5 == Releases == 6 7 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. 8 9 === Release 3.1.0 === 10 * API change: Adds the field "refresh :: IO ()" which can be used to force a refresh of the terminal display. 11 12 === Release 3.0.4 === 13 * UTF-8 input support. 14 * Cleanup and documentation 15 * Uses Terminfo package 16 17 === Release 3.0.2 === 8 18 * Input reads is now done using non-blocking IO. 9 19 * A input character of '\t' is now mapped to the KASCII '\t' [] event instead of KASCII 'I' [MCtrl] event. Fixes #3 10 11 == Next minor release 3.0.4 ==12 13 == Next major release 3.1.0 ==
