application-settable readline timeouts

This commit is contained in:
Chet Ramey
2021-03-11 18:41:17 -05:00
parent 128c5d41b0
commit 2fe2e8197e
20 changed files with 724 additions and 21 deletions
+3
View File
@@ -53,3 +53,6 @@ echo abcde | {
read -e -t 0.5 a
echo $a
}
read -e -t .0001 a <<<abcde
echo $a