Skip to content

Commit

Permalink
fix(termsupport): match all foot-like terminfo (ohmyzsh#11868)
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitronx authored Aug 31, 2023
1 parent 2ef7c73 commit ccce2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/termsupport.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function title {
: ${2=$1}

case "$TERM" in
cygwin|xterm*|putty*|rxvt*|konsole*|ansi|mlterm*|alacritty|st*|foot|contour*)
cygwin|xterm*|putty*|rxvt*|konsole*|ansi|mlterm*|alacritty|st*|foot*|contour*)
print -Pn "\e]2;${2:q}\a" # set window name
print -Pn "\e]1;${1:q}\a" # set tab name
;;
Expand Down

0 comments on commit ccce2e1

Please sign in to comment.