removal of unnecessary input clear

pull/19/head
aristocratos 2020-04-08 18:30:33 +02:00
parent 8af367ec61
commit f1354e99f1
1 changed files with 1 additions and 1 deletions

View File

@ -3086,7 +3086,7 @@ get_key() { #? Get one key from standard input and translate key code to readabl
esac
fi
read -srd '' -t 0.00001 -n 10000 || true
#read -srd '' -t 0.00001 -n 10000 || true
if [[ -n $save ]]; then saved_key+=("${key}"); return; fi