1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-12 13:26:18 +00:00
This commit is contained in:
Tw93
2025-11-15 10:01:21 +08:00
parent 72caed7da2
commit 1cb87c67e8
5 changed files with 8 additions and 8 deletions

View File

@@ -461,7 +461,7 @@ paginated_multi_select() {
"${GRAY}${ICON_NAV_UP}/${ICON_NAV_DOWN}${NC} Navigate"
"${GRAY}Space${NC} Select"
"${GRAY}Enter${NC} Confirm"
"${GRAY}Q/ESC${NC} Quit"
"${GRAY}Q${NC} Quit"
)
_print_wrapped_controls "$sep" "${_segs_basic[@]}"
local -a _segs_advanced=(
@@ -477,7 +477,7 @@ paginated_multi_select() {
"${GRAY}Space${NC} Select"
"${GRAY}Enter${NC} Confirm"
"${GRAY}/${NC} Filter"
"${GRAY}Q/ESC${NC} Quit"
"${GRAY}Q${NC} Quit"
)
_print_wrapped_controls "$sep" "${_segs_simple[@]}"
fi