Update default.inc
This commit is contained in:
@@ -177,9 +177,7 @@ DIVIDER(){
|
||||
fi
|
||||
local c=0; local dashes=''; until [ $c = ${length} ]; do local dashes="${dashes}-"; local c=`expr $c + 1`; done
|
||||
[ "${clr}" == "." ] && echo ${dashes} || echo -e "${idsCL[${clr~}]}${dashes}${idsCL[Default]}"
|
||||
if [ "$1" = true ]; then
|
||||
echo ""
|
||||
fi
|
||||
[ "${1}" == "true" ] && echo
|
||||
}
|
||||
DIVIDER_C(){
|
||||
[ -z ${2+x} ] && clr='yellow' || clr=$2
|
||||
|
||||
Reference in New Issue
Block a user