From f6c84129b40f25dd7846bfe169bf4c3a022d66e5 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Fri, 1 Feb 2013 15:00:12 -0800 Subject: [PATCH] README.txt: Mention linenoise --- src/README.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/README.txt b/src/README.txt index 92312c6a9fa..c8029098cfa 100644 --- a/src/README.txt +++ b/src/README.txt @@ -17,6 +17,7 @@ rt/sync - Concurrency utils rt/util - Small utility classes for the runtime. rt/vg - Valgrind headers rt/msvc - MSVC support +rt/linenoise - a readline-like line editing library test/ Testsuite test/compile-fail - Tests that should fail to compile