~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

@@ -113,7 +113,11 @@ content_line() {
END {}
'
}
# function for right side text
# color sould be disabled
content_right() {
content_line "$(printf "%$((${TABLE_WIDTH:-60} - 3))s" "$1")"
}
# function to print sub content lines
# for printing accompanying instructions
sub_content_line() {