update README: add features

This commit is contained in:
Cheney 2015-10-02 11:01:54 +08:00
parent 38e5213cc8
commit 86ae077418
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ You can read the source code in [example/main.go](https://github.com/chzyer/read
* Support emacs/vi mode, almost all basic features that GNU-Readline is supported * Support emacs/vi mode, almost all basic features that GNU-Readline is supported
* zsh-style backward/forward history search * zsh-style backward/forward history search
* zsh-style completion * 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). * 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 # Usage