From ea327162ded309b5b5d509ea2848b00bbb6beae5 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 16 Apr 2019 17:17:21 -0700 Subject: [PATCH] switch to allow st-256colors --- .zsh/dircolors | 1 + .zsh/zshrc/85_xtermtitle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.zsh/dircolors b/.zsh/dircolors index 13d3280..363192c 100644 --- a/.zsh/dircolors +++ b/.zsh/dircolors @@ -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: diff --git a/.zsh/zshrc/85_xtermtitle b/.zsh/zshrc/85_xtermtitle index 320e3ea..7ac7057 100644 --- a/.zsh/zshrc/85_xtermtitle +++ b/.zsh/zshrc/85_xtermtitle @@ -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 -- 2.39.2