Fix indentation

master
moyamo 10 years ago
parent d779750341
commit 71deb74552
  1. 8
      lib/termsupport.zsh

@ -32,10 +32,10 @@ function title {
# Try to use terminfo to set the title
# If the feature is available set title
if [[ -n "$terminfo[fsl]" ]] && [[ -n "$terminfo[tsl]" ]]; then
echoti tsl
print -Pn "$1"
echoti fsl
fi
echoti tsl
print -Pn "$1"
echoti fsl
fi
fi
;;
esac

Loading…
Cancel
Save