Commit 7653e3be authored by Dylan Araps's avatar Dylan Araps

Images: Fix term size on Terminology

parent 4ca4e886
...@@ -2067,7 +2067,6 @@ get_term_size() { ...@@ -2067,7 +2067,6 @@ get_term_size() {
# Split the string into height/width. # Split the string into height/width.
if [[ "$image_program" == "tycat" ]]; then if [[ "$image_program" == "tycat" ]]; then
term_size=(${term_size//;/ })
term_width="$((term_size[2] * term_size[0]))" term_width="$((term_size[2] * term_size[0]))"
term_height="$((term_size[3] * term_size[1]))" term_height="$((term_size[3] * term_size[1]))"
......
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