1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 13:16:47 +00:00

More complete cleaning

This commit is contained in:
Tw93
2025-10-06 10:45:51 +08:00
parent 703aca359c
commit 12d9e89847
5 changed files with 536 additions and 86 deletions

View File

@@ -20,7 +20,7 @@ paginated_multi_select() {
fi
local total_items=${#items[@]}
local items_per_page=10
local items_per_page=15
local total_pages=$(( (total_items + items_per_page - 1) / items_per_page ))
local current_page=0
local cursor_pos=0