chzyer / readline

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

errors when pasting text to the console in windows #186

Open ilyapashuk opened 4 years ago

ilyapashuk commented 4 years ago

i tried to paste text like that to console in windows: dd io.go '{"Type":"channel","Content":"f1"}' '{"len":10}' but not all text were pasted and readline started to work incorrectly unteel next program restart. setting VimMode to false in config not helped.