Rohit Yadav

Results 525 comments of Rohit Yadav

The issue was fixed and tested against: https://github.com/rhtyd/cmk

@ilius last time I explored using go-runewidth I think I had issues. Probably the author/maintainer of this repo should use that.

@c-bata please advise, thanks.

@c-bata is there a way to call a method when some keys are pressed?

@c-bata I fixed a similar issue using: ``` **--- a/vendor/github.com/c-bata/go-prompt/completion.go +++ b/vendor/github.com/c-bata/go-prompt/completion.go @@ -41,7 +41,7 @@ type CompletionManager struct { // GetSelectedSuggestion returns the selected item. func (c *CompletionManager) GetSelectedSuggestion()...