yaspin icon indicating copy to clipboard operation
yaspin copied to clipboard

Wierd print on windows terminal

Open Rxann opened this issue 3 years ago • 1 comments

When i use the yaspin function, on the pure windows terminal I get ⠦←[0m Loading...←[K←[?25h instead of a loading spinner.

Rxann avatar Oct 29 '21 19:10 Rxann

That's because Windows support is not implemented yet. For this particular problem, yaspin uses terminal control sequences which are not compatible with Windows.

Here is one way to solve it: https://github.com/sarugaku/vistir/blob/master/src/vistir/cursor.py More on Windows support in yaspin: #33

pavdmyt avatar Nov 01 '21 07:11 pavdmyt