]> git.lizzy.rs Git - linenoise.git/blobdiff - README.markdown
Implement multiline and hints support
[linenoise.git] / README.markdown
index d474059211b03857c737de774e9f458206f67759..cf7e10e4dc41668c79ec356c1908c080def974b8 100644 (file)
@@ -1,5 +1,17 @@
 # Linenoise
 
+## What's different in this fork?
+
+- Win32 console
+- full utf8 support (what about utf8 on windows)
+- insert control characters
+- no hints yet
+- now with multiline
+
+## Original README below
+
+Can a line editing library be 20k lines of code?
+
 A minimal, zero-config, BSD licensed, readline replacement.
 
 News: linenoise now includes minimal completion support, thanks to Pieter Noordhuis (@pnoordhuis).