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
Describe the bug
If the length of a message displayed using spinner (start) is as long as the terminal window, where the loading dots i.e. ... overflow to the next line in the terminal, it causes message to be duplicated while the spinner is running.
To Reproduce
Steps to reproduce the behavior:
Use spinner.start() with a message as long as the terminal window.
See the overflow.
Expected behavior
Should overflow to the next line without any duplication.
The text was updated successfully, but these errors were encountered:
Environment
@clack/prompts
Describe the bug
If the length of a message displayed using spinner (start) is as long as the terminal window, where the loading dots i.e.
...
overflow to the next line in the terminal, it causes message to be duplicated while the spinner is running.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should overflow to the next line without any duplication.
The text was updated successfully, but these errors were encountered: