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
chore(progress): fix showing cursor after rendering (#1901)
Although we have a `defer cursor.Show()` statement, it wouldn't actually get written to `out` because we never called `Flush()`.
This change ensures that all buffered writes get written to `out` at the end of the invocation.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
0 commit comments