Document adaptive height waiting for the input (#4915)
CodeQL / Analyze (go) (push) Canceled after 0s
build / build (push) Canceled after 0s
Test fzf on macOS / build (push) Canceled after 0s

fzf cannot pick the height until the input ends or exceeds it, so a
stream that stays below the height delays the first render.
This commit is contained in:
Junegunn Choi
2026-09-11 22:16:00 +09:00
parent 013532d5cd
commit 758b1ac73d
+3
View File
@@ -408,6 +408,9 @@ Adaptive height has the following limitations:
* Cannot be used with top/bottom margin and padding given in percent size
.br
* It will not find the right size when there are multi-line items
.br
* fzf cannot start until the input ends or exceeds the height, so a stream
that stays below it will delay the first render
.TP
.BI "\-\-min\-height=" "HEIGHT[+]"