sindresorhus / ansi-escapes

ANSI escape codes for manipulating the terminal
MIT License
485 stars 44 forks source link

Save/Restore cursor position not working on macOS Terminal.app #15

Closed eysi09 closed 5 years ago

eysi09 commented 5 years ago

Our project Garden uses ansi-escapes to update CLI output in–place and I just noticed that the cursor is all over the place on the macOS Terminal.app. (See also this issue from our project.)

Using this suggestion seems to fix the issue. I'll submit a PR shortly.