-
Notifications
You must be signed in to change notification settings - Fork 357
(fix): problems with input navegation #361
(fix): problems with input navegation #361
Conversation
lucassabreu
commented
Jun 28, 2021
- first pass at input using RuneReader.ReadLine with suggestions
- fix newline from readline
- better callback name
6e10ece
to
fa313ed
Compare
e50e421
to
2bbbbea
Compare
@AlecAivazis i think it's done, but there is a error on Ubuntu, you know what it is? |
Thanks for getting this through! I'll take a look at the code some time today. It looks like the test on |
96005b6
to
959b32a
Compare
959b32a
to
62afa3b
Compare
fixed the hanging looks like some problem with using it also fixed the compatibility problem with my vim when i did that. |
Nice!! I'll find some time today to test this 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pulled down the changes and they behave perfectly. It was very satisfying to press the arrow key in the middle of suggestions and then fix the value. Overall a very smooth experience. A little question about the help behavior and then all that should be left is to review the actual code. I've been looking over it periodically and it seems good, just want to give it a final once-over.
thanks again!
76af29d
to
62afa3b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is good to go! I pulled it down and tested the changes on iTerm2
for mac , as well as cmd.exe
and the Ubuntu
terminal on windows. Thanks for getting this out so quickly @lucassabreu
This is now published under |