mirror of
https://github.com/tw93/Mole.git
synced 2026-02-12 13:26:18 +00:00
esc to q
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user