ansi.test.bash

This commit is contained in:
pvincent
2026-07-18 14:52:10 +04:00
parent df8b0ac5d7
commit 3b3827a533
3 changed files with 9 additions and 2 deletions
-1
View File
@@ -94,6 +94,5 @@ function style_block {
for _ in $(seq 1 "${length}"); do builtin echo -n '═'; done
builtin echo "╝"
)
style_ansi "${bottom}" && echo
}