Cols: Correctly calculate height
This commit is contained in:
parent
3205ec0fbc
commit
d7e3ccb881
1 changed files with 1 additions and 0 deletions
1
neofetch
1
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
|
||||
|
|
Loading…
Reference in a new issue