chzyer / readline

Readline is a pure go(golang) implementation for GNU-Readline kind library
MIT License
2.08k stars 275 forks source link

When prompt has unicode char, pressing tab moves cursor by 1 position #138

Closed rohityadavcloud closed 6 years ago

rohityadavcloud commented 6 years ago

In the demo, if we use a prompt such as "🐵 > ", on pressing tab the autocompletion and cursor position goes back by one position like someone hit backspace. Please fix, thanks.