From d3df18ed8bc240d472e37a430ede8e73cd73d8c9 Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 24 Oct 2014 23:25:59 +0200 Subject: [PATCH] Updated readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bbcde1..41f42ec 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -inputConsole +InputConsole ============ Unbuffered input on the console for java applications. @@ -8,8 +8,11 @@ This small library is very similar to what JLine provides, however it does 4 thi 1) Only provides unbuffered input. - Backspace functionality for line input is preserved. - Ctrl-C (SIGINT) is also preserved in windows + 2) Uses native calls (instead of shell execution) for linux & mac terminal configuration + 3) Supports unsupported teminals (for example, while in an IDE ), so in.read() will still return (a line is split into chars, then fed to consumer). The enter key must still be pressed. + 4) Multi-threaded, intelligent buffering of command input for simultaneous input readers on different threads