From 213f23c7c4882d8a1584547a8c3c45326764bff0 Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 29 Mar 2016 18:19:34 +1100 Subject: [PATCH] Add +1 to the height --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 4ebf52be..e20d641f 100755 --- a/neofetch +++ b/neofetch @@ -1858,7 +1858,7 @@ getascii () { # Get length of longest line ascii_size=($(awk 'END {print NR}length>max{max=length}END{print max}' <<< "$ascii_strip")) - ascii_height=${ascii_size[0]} + ascii_height=$((${ascii_size[0]} + 1)) ascii_length=${ascii_size[1]} padding="\033[$((ascii_length + gap))C"