summaryrefslogtreecommitdiff
path: root/devel/linenoise/DESCR
blob: 911d979b3cb96b3e4a98fb4cf4f9bb9b14334a00 (plain)
1
2
3
4
5
6
7
8
9
A minimal, zero-config, BSD licensed, readline replacement.

Noteworthy features:
 - Single and multi line editing mode with the usual key bindings implemented.
 - History handling.
 - Completion.
 - Hints (suggestions at the right of the prompt as you type).
 - About 1,100 lines of BSD license source code.
 - Only uses a subset of VT100 escapes (ANSI.SYS compatible).