Commit 7783aaa8 authored by Dylan's avatar Dylan

Remove stray line from other branch

parent 24d1b76f
......@@ -1957,7 +1957,7 @@ getimage () {
case "$image_position" in
"left")
# Padding is half the terminal width + gap
padding="\033[$((image_size / font_width + gap + xoffset/font_width))C"
padding="\033[$((image_size / font_width + gap))C"
;;
"right")
......
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