浏览代码

termsupport: add support for tmux* $TERM values (#7622)

Jeremy Armstrong 6 年之前
父节点
当前提交
8aa8405ea2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/termsupport.zsh

+ 1 - 1
lib/termsupport.zsh

@@ -21,7 +21,7 @@ function title {
       print -Pn "\e]2;$2:q\a" # set window name
       print -Pn "\e]1;$1:q\a" # set tab name
       ;;
-    screen*)
+    screen*|tmux*)
       print -Pn "\ek$1:q\e\\" # set screen hardstatus
       ;;
     *)