From 95218372402afc9aeafc89c0984310387ce79599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Thu, 23 Jul 2020 12:55:22 +0200 Subject: [PATCH] lib: support mlterm-256color Co-authored-by: Peter J. Schroeder --- lib/termsupport.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/termsupport.zsh b/lib/termsupport.zsh index 069b7f328..682925211 100644 --- a/lib/termsupport.zsh +++ b/lib/termsupport.zsh @@ -17,7 +17,7 @@ function title { : ${2=$1} case "$TERM" in - cygwin|xterm*|putty*|rxvt*|konsole*|ansi|mlterm) + cygwin|xterm*|putty*|rxvt*|konsole*|ansi|mlterm*) print -Pn "\e]2;$2:q\a" # set window name print -Pn "\e]1;$1:q\a" # set tab name ;;