]> git.donarmstrong.com Git - zsh.git/commitdiff
switch to allow st-256colors
authorDon Armstrong <don@donarmstrong.com>
Wed, 17 Apr 2019 00:17:21 +0000 (17:17 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 17 Apr 2019 00:17:21 +0000 (17:17 -0700)
.zsh/dircolors
.zsh/zshrc/85_xtermtitle

index 13d3280a88ba5a53784c65a1ce63d60cb0412386..363192c89d5e71769beea0e3cf866b23072a502f 100644 (file)
@@ -70,6 +70,7 @@ TERM xterm-88color
 TERM xterm-color
 TERM xterm-debian
 TERM stterm-256color
+TERM st-256color
 # Below are the color init strings for the basic file types. A color init
 # string consists of one or more of the following numeric codes:
 # Attribute codes:
index 320e3ea891fd8b2f784d2c338eead83c83c27a8b..7ac7057d691bec594e156138b1504b90fd625707 100644 (file)
@@ -17,7 +17,7 @@ __set_xterm_title() {
       print -nR $'\033k'$1$'\033'\\ 
       print -nR $'\033]0;'$2$'\a'
       ;;
-    xterm*|rxvt*|stterm*)
+    xterm*|rxvt*|st-*|stterm*)
       print -nR $'\033]0;'$*$'\a'
       ;;
   esac