mirror of
https://github.com/juewuy/ShellCrash.git
synced 2026-03-12 00:11:31 +00:00
~Add tui_lite.sh
~Add tui switch menu ~chang double_line_break() > line_break()
This commit is contained in:
16
scripts/menus/tui_lite.sh
Normal file
16
scripts/menus/tui_lite.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
content_line() {
|
||||
printf '%b' "$1\n"
|
||||
}
|
||||
|
||||
sub_content_line() {
|
||||
content_line " $1"
|
||||
}
|
||||
|
||||
separator_line() {
|
||||
echo "-----------------------------------------------"
|
||||
}
|
||||
|
||||
line_break() {
|
||||
return
|
||||
}
|
||||
Reference in New Issue
Block a user