added better boxtype handling

This commit is contained in:
BuildTools 2022-03-25 13:49:56 -07:00
parent 25597c2d61
commit faa371fc48

View file

@ -157,11 +157,16 @@ box-singlechar(){
# ---------------------------------------#
}
set-boxtype(){
case $boxtype in
single) box-single ;;
norm) box-norm ;;
double) box-double ;;
heavy) box-heavy ;;
light) box-light ;;
rounded) box-rounded ;;
char) box-singlechar ;;
esac
}
repchar() {
n=1