1 if [ "${TERM}" != "dumb" ]; then
2 # First use the temp transition. Not all terminals support the next mode.
4 # Then use the perm transition and hope it works.
6 # Wipe out things in case the terminal doesn't either escape sequence.
9 # Tell ncurses to not be dumb.
10 export NCURSES_NO_UTF8_ACS=1