mirror of
https://github.com/junegunn/fzf.git
synced 2026-09-17 09:13:17 +08:00
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.
This commit is contained in:
@@ -408,6 +408,9 @@ Adaptive height has the following limitations:
|
|||||||
* Cannot be used with top/bottom margin and padding given in percent size
|
* Cannot be used with top/bottom margin and padding given in percent size
|
||||||
.br
|
.br
|
||||||
* It will not find the right size when there are multi-line items
|
* 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
|
.TP
|
||||||
.BI "\-\-min\-height=" "HEIGHT[+]"
|
.BI "\-\-min\-height=" "HEIGHT[+]"
|
||||||
|
|||||||
Reference in New Issue
Block a user