Add a hotkey for quitting

This commit is contained in:
Nick Chambers 2025-04-20 09:50:44 -05:00
parent 971a198c45
commit f1d7dcbd58

View file

@ -123,6 +123,9 @@ while (( ! win )); do
bkt_idx=$pour_idx pour_idx=
fi
;;
q)
exit
;;
$'\x1b')
read -rsn 2 arrow