Browse Source

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

Jeremy Armstrong 5 years ago
parent
commit
8aa8405ea2
1 changed files with 1 additions and 1 deletions
  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
       ;;
     *)