From be8eb03364deec3ffc1041b236b2d013632cc2eb Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Tue, 31 Dec 2019 11:51:20 +0100 Subject: [PATCH] Accept xterm+256colors as an xterm variant --- .znewterm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.znewterm b/.znewterm index f214735..944a661 100644 --- a/.znewterm +++ b/.znewterm @@ -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