So here is my current PS1
PS1="\u[\W]\$(__git_ps1) \t \$? \\$ \[$(tput sgr0)\]"
Whenever the PS1 overflows onto the next line I get this weird spacing display whenever I type something. Whats even weirder is that I can't delete the typed words and when I do backspace it adds empty characters instead of deleting the previous characters.
Is there something missing from my PS1?