Commit 1830f965 authored by Jorge Gonzalez's avatar Jorge Gonzalez

macOS Sierra (HyperTerm): Add termfont detection

parent a63a6a6b
......@@ -1541,6 +1541,10 @@ gettermfont() {
termfont="${termfont/.pcf}"
termfont="${termfont/:*}"
;;
"HyperTerm")
termfont="$(awk -F "," '/fontFamily/ {a=$1} END{print a}' "${HOME}/.hyper.js" | awk -F "'" '{a=$2} END{print a}')"
;;
esac
[ "$version" -ge 4 ] && termfont="${termfont^}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment