When using an application that have an anormal tui, or print non-supported characters/terminal sequence, it usually happen that the cursor/terminal doesn't display right.
In those moment, i usually do clear && reset
but while that work, it doesn't work for resetting the cursor in it's usual state, unless i close and reopen the terminal (happen on most terminal i tried this on, xterm, st, urxvt etc)
I tried most of the recommended trick on post, such as this one, and other similar to that, which fail to reset the cursor to it's initial state (eg: stay invisible)
Any recommended way to reset the state of the cursor, without closing/reopening the terminal?
tput cnorm
affects the cursor. – Thomas Dickey Sep 12 '20 at 15:40