AlecAivazis / survey

A golang library for building interactive and accessible prompts with full support for windows and posix terminals.
MIT License
4.08k stars 351 forks source link

CJK(Japanese) letter delete(back space) issue #272

Closed vvakame closed 4 years ago

vvakame commented 4 years ago

survey-cjk I found this issue on https://cli.github.com/ . I can reproduce issue on this library. 😺

maybe its cause by width character. I was hitting backspace key. It seems to cursor back by 1. not 2.