Skip to content

Commit 9dcc218

Browse files
committed
add clarification on difference to readline
1 parent 04952e4 commit 9dcc218

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ A cross-platfrom C++11 commandline for use in servers and terminal chat software
77

88
Callback-based i/o supported, as well as history, autocomplete, custom prompts, and more (see [features](#features))
99

10+
### Why this, and not GNU readline?
11+
12+
With this library, you can **write to stdout**, while at the same time, **reading from stdin**, without any TUI. That's it, that's why you need this.
13+
1014
## Example
1115

1216
```cpp

0 commit comments

Comments
 (0)