]> git.lizzy.rs Git - linenoise.git/commitdiff
Update for more accurate line count
authorSteve Bennett <steveb@workware.net.au>
Wed, 24 Jul 2013 04:53:53 +0000 (14:53 +1000)
committerSteve Bennett <steveb@workware.net.au>
Wed, 24 Jul 2013 04:53:53 +0000 (14:53 +1000)
README.markdown

index f008d2d3d5e38f6c4c29f6a767ca39c62853ce38..d474059211b03857c737de774e9f458206f67759 100644 (file)
@@ -25,7 +25,7 @@ Apparently almost every terminal you can happen to use today has some kind of su
 
 Since it's so young I guess there are a few bugs, or the lib may not compile or work with some operating system, but it's a matter of a few weeks and eventually we'll get it right, and there will be no excuses for not shipping command line tools without built-in line editing support.
 
-The library is currently less than 400 lines of code. In order to use it in your project just look at the *example.c* file in the source distribution, it is trivial. Linenoise is BSD code, so you can use both in free software and commercial software.
+The library is currently less than 2000 lines of code. In order to use it in your project just look at the *example.c* file in the source distribution, it is trivial. Linenoise is BSD code, so you can use both in free software and commercial software.
 
 ## Tested with...