Open
Description
Environment
- OS: Windows
- Node Version: v18.20.4
- Package:
@clack/prompts
- Package Version: 0.8.2
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.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Needs triage