Fix terminal emulator on iOS over ssh

This commit is contained in:
Dylan Araps 2016-08-14 10:41:42 +10:00
parent a56429e464
commit ba7ed6280b

View file

@ -1407,7 +1407,7 @@ getterm() {
case "${name// }" in
"${SHELL/*\/}" | *"sh" | "tmux" | "screen") getterm "$parent" ;;
"login" | "init") term="$(tty)"; term="${term/*\/}" ;;
"ruby" | "1" | "systemd" | "sshd" | "python"*) unset term ;;
"ruby" | "1" | "systemd" | "sshd"* | "python"*) unset term ;;
"gnome-terminal-") term="gnome-terminal" ;;
*) term="$name" ;;
esac