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

Optimize the display of all prompts

This commit is contained in:
Tw93
2025-11-20 15:33:16 +08:00
parent 85ddc3ad71
commit 780b738e72
6 changed files with 74 additions and 36 deletions

View File

@@ -287,6 +287,7 @@ read_key() {
' ') echo "SPACE" ;;
'q' | 'Q') echo "QUIT" ;;
'h' | 'H') echo "HELP" ;;
'v' | 'V') echo "VERSION" ;;
'R') echo "RETRY" ;;
'o' | 'O') echo "OPEN" ;;
'/') echo "FILTER" ;;