diff --git a/bin/touchid.sh b/bin/touchid.sh index 76b5cc2..9459e7f 100755 --- a/bin/touchid.sh +++ b/bin/touchid.sh @@ -292,7 +292,7 @@ show_menu() { echo "" case "$key" in - $'\e') # ESC + $'\e' | q | Q) # ESC or Q return 0 ;; "" | $'\n' | $'\r') # Enter @@ -310,7 +310,7 @@ show_menu() { drain_pending_input # Clean up any escape sequence remnants case "$key" in - $'\e') # ESC + $'\e' | q | Q) # ESC or Q return 0 ;; "" | $'\n' | $'\r') # Enter