bchao1 / bullet

🚅 Interactive prompts made simple. Build a prompt like stacking blocks.
https://pypi.org/project/bullet/
MIT License
3.55k stars 113 forks source link

Ensure that the cursor is always shown again after it's hidden #36

Closed rcfox closed 5 years ago

rcfox commented 5 years ago

Fixes #35.

I renamed the hide_cursor/show_cursor functions to be 'private' to make them less likely to be used where cursor.hide should be used.