summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-01-13 10:09:47 +0200
committerDylan Araps <dylan.araps@gmail.com>2019-01-13 10:09:47 +0200
commit2739f9d3e2fe2d9bf495e18d007b7c3103c684a3 (patch)
tree721277203ff9f7368e78c83b07f056de173a7d1a
parentf0023f93fde103a0d69eea26b4c3f589bf68e824 (diff)
docs: update
-rwxr-xr-xfff1
1 files changed, 1 insertions, 0 deletions
diff --git a/fff b/fff
index a0b5d71..ce7fab7 100755
--- a/fff
+++ b/fff
@@ -557,6 +557,7 @@ main() {
# affected versions of bash.
# NOTE: This shouldn't affect idle performance as the loop doesn't do
# anything until a key is pressed.
+ # SEE: https://github.com/dylanaraps/fff/issues/48
((BASH_VERSINFO[0] > 3)) &&
read_flags=(-t 0.05)