summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-01-16 21:13:12 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-01-16 21:13:57 +0900
commit68c84264af17e735102957a5263026e3f96b1cb7 (patch)
tree3411e0d822b6fd8125a3fe9a8612951e939dfea6
parent69438a55ca482c9419e2721fb263e629c7155e27 (diff)
Update CHANGELOG0.11.2
-rw-r--r--CHANGELOG.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 291d5e85..73dbd0da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,7 +13,13 @@ CHANGELOG
- Added `toggle-in` and `toggle-out` actions
- Switch direction depending on `--reverse`-ness
- `export FZF_DEFAULT_OPTS="--bind tab:toggle-out,shift-tab:toggle-in"`
-- Reduced the initial delay when --tac is not given
+- Reduced the initial delay when `--tac` is not given
+ - fzf defers the initial rendering of the screen up to 100ms if the input
+ stream is ongoing to prevent unnecessary redraw during the initial
+ phase. However, 100ms delay is quite noticeable and might give the
+ impression that fzf is not snappy enough. This commit reduces the
+ maximum delay down to 20ms when `--tac` is not specified, in which case
+ the input list quickly fills the entire screen.
0.11.1
------