Skip to content

Tags: desertbit/readline

Tags

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from jlourenc/fix_issue_#183

Fixed chzyer#183 - chzyer#183

v1.5

Toggle v1.5's commit message
Fix ioloop groutine leaks bug. (chzyer#136)

* Fix ioloop groutine leaks bug.

* fix func (o *Operation) ioloop()  L:125 hangs

v1.4

Toggle v1.4's commit message
update changelog

v1.3

Toggle v1.3's commit message
[release] 1.3

v1.2

Toggle v1.2's commit message
update changelog

v1.1

Toggle v1.1's commit message
* chzyer#12 Add support for key `<Delete>`/`<Home>`/`<End>`

* Only enter raw mode as needed (calling `Readline()`), program will receive signal(e.g. Ctrl+C) if not interact with `readline`.
* Bugs fixed for `PrefixCompleter`
* Press `Ctrl+D` in empty line will cause `io.EOF` in error, Press `Ctrl+C` in anytime will cause `ErrInterrupt` instead of `io.EOF`, this will privodes a shell-like user experience.
* Customable Interrupt/EOF prompt in `Config`
* chzyer#17 Change atomic package to use 32bit function to let it runnable on arm 32bit devices
* Provides a new password user experience(`readline.ReadPasswordEx()`).

v1.0

Toggle v1.0's commit message
readme: add gitter