Hide and show the cursor in terminal applications.
A tiny library for hiding and showing the cursor in the terminal.
$ tiny-cursor hide$ tiny-cursor show$ tiny-cursor toggle$ #!/bin/bash
tiny-cursor hide
sleep 2
tiny-cursor show$ tiny-cursor hide && your-tui-app && tiny-cursor show