AlecAivazis / survey

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

(fix): problems with input navegation #361

Closed lucassabreu closed 3 years ago

lucassabreu commented 3 years ago
lucassabreu commented 3 years ago

@AlecAivazis i think it's done, but there is a error on Ubuntu, you know what it is?

AlecAivazis commented 3 years ago

Thanks for getting this through! I'll take a look at the code some time today. It looks like the test on survey_test.go:249 is hanging

lucassabreu commented 3 years ago

fixed the hanging looks like some problem with using i on vi in the actions... changed all to cc.

it also fixed the compatibility problem with my vim when i did that.

AlecAivazis commented 3 years ago

Nice!! I'll find some time today to test this 👍

AlecAivazis commented 3 years ago

This is now published under v2.2.14