~Improve UI

This commit is contained in:
juewuy
2026-01-26 21:20:31 +08:00
parent 243e51dd5c
commit 692f2590d5
6 changed files with 17 additions and 12 deletions

View File

@@ -1,8 +1,13 @@
TABLE_WIDTH=60
content_line() {
printf '%b' " $1\n"
}
content_right() {
printf "%$((TABLE_WIDTH - 13))s\n" "$1"
}
sub_content_line() {
content_line " $1"
}