Hopefully fixed keys so they actually work again.

This commit is contained in:
Storm Dragon 2018-07-28 11:24:52 -04:00
parent 7d1e13d99d
commit f36c41931c
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ declare -A tuning=(
export DIALOGOPTS='--insecure --no-lines --visit-items'
flush_keys() {
read -st0.001 continue
local keys
read -st0.001 keys
}
show_help() {