Changes between Version 3 and Version 4 of WikiStart
- Timestamp:
- 09/22/08 18:48:58 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v3 v4 6 6 7 7 Features: 8 - Provides a [KeyBindings rich line editing interface] which may be customized in a `~/.haskeline` file. 8 9 - Runs on POSIX-compatible systems, using the [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/terminfo terminfo] library to support non-ANSI terminals. 9 10 - Runs on Windows using MinGW (Cygwin support is TODO). 10 11 - Supports Unicode cross-platform (UTF8-only on POSIX, for now). 11 - Provides a rich line editing interface which may be customized in a `~/.haskeline` file.12 12 - History recall and incremental search. 13 13 - Custom tab completion functions which may run in an arbitrary monad.
