forked from mirror/readline
update README: add features
This commit is contained in:
parent
38e5213cc8
commit
86ae077418
|
@ -32,6 +32,7 @@ You can read the source code in [example/main.go](https://github.com/chzyer/read
|
|||
* zsh-style backward/forward history search
|
||||
* zsh-style completion
|
||||
* Readline auto refresh when others write to Stdout while editing (it needs specify the Stdout/Stderr provided by *readline.Instance to others).
|
||||
* Support colourful prompt in all platforms.
|
||||
|
||||
# Usage
|
||||
|
||||
|
|
Loading…
Reference in New Issue