You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have some goroutine use fmt.Println() to output some information while the uniline prompt is up, the "\r" doesn't take effect, causing a "stepped" appearance to the lines that are printed.
I am not sure the best way to solve this. Perhaps uniline needs its own wrapper for print methods so it can do "the right thing" when a goroutine needs to print some info?
The text was updated successfully, but these errors were encountered:
If I have some goroutine use
fmt.Println()
to output some information while the uniline prompt is up, the "\r" doesn't take effect, causing a "stepped" appearance to the lines that are printed.I am not sure the best way to solve this. Perhaps uniline needs its own wrapper for print methods so it can do "the right thing" when a goroutine needs to print some info?
The text was updated successfully, but these errors were encountered: