1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-11 03:39:16 +00:00

Delete useless help and optimize format

This commit is contained in:
Tw93
2025-10-14 19:43:59 +08:00
parent 3317b9907c
commit f842d4092f
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[@]}