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(){
# ---------------------------------------# # ---------------------------------------#
} }
case $boxtype in set-boxtype(){
single) box-single ;; case $boxtype in
norm) box-norm ;;
double) box-double ;; double) box-double ;;
heavy) box-heavy ;;
light) box-light ;;
rounded) box-rounded ;;
char) box-singlechar ;; char) box-singlechar ;;
esac esac
}
repchar() { repchar() {
n=1 n=1