mirror of https://github.com/aristocratos/bashtop
removal of unnecessary input clear
parent
8af367ec61
commit
f1354e99f1
2
bashtop
2
bashtop
|
@ -3086,7 +3086,7 @@ get_key() { #? Get one key from standard input and translate key code to readabl
|
||||||
esac
|
esac
|
||||||
fi
|
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
|
if [[ -n $save ]]; then saved_key+=("${key}"); return; fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue