From d7e3ccb8813b0246301c227fe95fef8d8c34940c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 19 Dec 2016 15:58:47 +1100 Subject: [PATCH] Cols: Correctly calculate height --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index b62a55d0..e297f350 100755 --- a/neofetch +++ b/neofetch @@ -1760,6 +1760,7 @@ get_cols() { cols="${cols//nl/\\n\\033[${text_padding}C${zws}}" printf "%b\n" "\033[${text_padding}C${zws}${cols}" + info_height="$((info_height+=block_height+2))" fi unset -v blocks blocks2 cols