| 7 | | The latest release is 3.1.6. The API for the 3.1 series has changed from that provided by 3.0 to 3.0.4. For many applications the change should be transparent. |
| | 7 | The latest release is 3.1.8.2. This release is compatible with GHC 6.8 and GHC 6.10. The API for the 3.1 series 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.8.2 === |
| | 10 | * Uses extensible-exceptions for GHC 6.8.2 compatibility. |
| | 11 | |
| | 12 | === Release 3.1.8 === |
| | 13 | * The terminal state is restored on shutdown. |
| | 14 | * code style updates |
| | 15 | * The application using vty optionally construct a Vty instance that places a delay between atomic inputs. This is done by providing mkVtyEscDelay a delay in microseconds. The equation mkVty still exists and is equivalent to "mkVtyEscDelay 0". |