1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-08 02:09:21 +00:00

Delete useless help and optimize format

This commit is contained in:
Tw93
2025-10-14 19:43:59 +08:00
parent 05e3ec78dc
commit 35c4db2b81
6 changed files with 4 additions and 125 deletions

View File

@@ -356,7 +356,6 @@ paginated_multi_select() {
# Header only
printf "${clear_line}${PURPLE}%s${NC} ${GRAY}%d/%d selected${NC}\n" "${title}" "$selected_count" "$total_items" >&2
printf "${clear_line}\n" >&2
# Visible slice
local visible_total=${#view_indices[@]}