Update the PADDING_CONSTENT to 15

As suggested by @rwwiv

Co-authored-by: William Wernert <william.wernert@gmail.com>
This commit is contained in:
James Conroy
2022-02-10 19:37:23 -06:00
committed by James Conroy
parent 3046e811f0
commit 95b4f7b4ef

View File

@@ -183,7 +183,7 @@ print_line() {
local red; red="$(tput setaf 1)"
local green; green="$(tput setaf 2)"
local yellow; yellow="$(tput setaf 3)"
PADDING_CONSTANT=16 # two tabs wide
PADDING_CONSTANT=15 # whitespace + brackets + 1
columns=$(tput cols)
fi