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:
@@ -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" ;;
|
||||
|
||||
Reference in New Issue
Block a user