mirror of
https://github.com/tw93/Mole.git
synced 2026-02-11 12:59:16 +00:00
Fix search problems and best practices
This commit is contained in:
@@ -49,6 +49,9 @@ read_key() {
|
||||
case "$key" in
|
||||
$'\n' | $'\r') echo "ENTER" ;;
|
||||
' ') echo "SPACE" ;;
|
||||
'/') echo "FILTER" ;;
|
||||
'q' | 'Q') echo "QUIT" ;;
|
||||
'R') echo "RETRY" ;;
|
||||
$'\x03') echo "QUIT" ;;
|
||||
$'\x7f' | $'\x08') echo "DELETE" ;;
|
||||
$'\x1b')
|
||||
|
||||
Reference in New Issue
Block a user