Accept xterm+256colors as an xterm variant

This commit is contained in:
Peter J. Holzer 2019-12-31 11:51:20 +01:00 committed by Peter J. Holzer
parent 9a1b52eee2
commit be8eb03364
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ case "$TERM" in
;;
esac
if [[ $TERM = xterm || $TERM = xterm-256color ]]
if [[ $TERM = xterm || $TERM = xterm-256color || $TERM = xterm+256color ]]
then
if [ -f ~/.zxtermcolors ]
then