From 758b1ac73d7af4db940a5963f844f593dfb0feda Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 11 Sep 2026 22:13:35 +0900 Subject: [PATCH] Document adaptive height waiting for the input (#4915) fzf cannot pick the height until the input ends or exceeds it, so a stream that stays below the height delays the first render. --- man/man1/fzf.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 1d303517..03bdfdbd 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -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[+]"