Dynamic Prompt: Simplify math

This commit is contained in:
Dylan Araps 2016-12-23 23:46:51 +11:00
parent 214f7b2e27
commit eebef409fd
1 changed files with 1 additions and 1 deletions

View File

@ -2909,7 +2909,7 @@ dynamic_prompt() {
get_term_padding 2>/dev/null get_term_padding 2>/dev/null
# Calculate image height in terminal cells. # Calculate image height in terminal cells.
lines="$(((height + (${border:-0} * 2) + ${yoffset:-0}) / font_height))" lines="$(((border * 2 + height + yoffset) / font_height))"
;; ;;
"off") return ;; "off") return ;;
esac esac