Fixed wrong order

This commit is contained in:
Dylan Araps 2016-05-28 14:02:32 +10:00
parent a98d96eb8c
commit 7023a37658

View file

@ -2208,10 +2208,10 @@ getimage () {
# Calculate font size
if [ "$os" == "Mac OS X" ]; then
font_width=$((term_width / columns))
font_width=$((term_width / columns / 2))
else
# Fixes padding issues in iTerm2.
font_width=$((term_width / columns / 2))
font_width=$((term_width / columns))
fi
# Image size is half of the terminal