Terminal detection, add screen support:

This commit is contained in:
Dylan Araps 2016-05-18 15:22:50 +10:00
parent d17eee816e
commit d4adbecf9e
1 changed files with 1 additions and 1 deletions

View File

@ -1752,7 +1752,7 @@ getterm () {
name="$(ps -p $parent -o comm=)"
case "$name" in
"${SHELL/*\/}" | *"sh" | "tmux" | "systemd") getterm "$parent" ;;
"${SHELL/*\/}" | *"sh" | "tmux" | "screen" | "systemd") getterm "$parent" ;;
*) term="$name" ;;
esac
fi