Skip to content

Instantly share code, notes, and snippets.

@PaulChana
Last active January 22, 2018 12:19
Show Gist options
  • Save PaulChana/a37f16bbc6e536ea23f3e7a460cca408 to your computer and use it in GitHub Desktop.
Save PaulChana/a37f16bbc6e536ea23f3e7a460cca408 to your computer and use it in GitHub Desktop.
[Bash cursors] Show hide bash cursors #bash #shell
showCursor()
{
tput cnorm
}
hideCursor()
{
tput civis
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment