This commit is contained in:
Dylan Araps 2016-10-15 22:10:51 +11:00
commit 649dab6dc0
1 changed files with 4 additions and 0 deletions

View File

@ -1559,6 +1559,8 @@ getterm() {
"gnome-terminal-") term="gnome-terminal" ;;
*) term="$name" ;;
esac
[ "$version" -ge 4 ] && term="${term^}"
}
# }}}
@ -1607,6 +1609,8 @@ gettermfont() {
termfont="${termfont/:*}"
;;
esac
[ "$version" -ge 4 ] && termfont="${termfont^}"
}
# }}}