~Change content_list() > list_box()
This commit is contained in:
@@ -147,11 +147,4 @@ line_break() {
|
||||
printf "\n\n"
|
||||
}
|
||||
|
||||
content_list() {
|
||||
i=1
|
||||
printf '%s\n' "$1" | while IFS= read -r f; do
|
||||
content_line "$i) $f$2"
|
||||
i=$(( i + 1 ))
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user