hcbb199

Results 2 issues of hcbb199

I used the v0.2.5 version of go-prompt in my project. Moving the cursor in the aarch-64 environment will cause unexpected characters to be printed out of the command line being...

bug

If you press Ctrl+C when waiting for user input during interaction, the color of the output characters in cmd.exe is incorrect. ``` package main import ( "bufio" "github.com/fatih/color" "os" "strings"...