You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please support negative height which would be interpreted as the current term lines minus the value. E.g. if I want to preserve 2 lines (the shell prompt), I'd like to be able to do specify --height=-2 instead of --height=$(($(tput lines) - 2))
The advantage would be support for resizing the terminal, rather than ending up with a fixed height, it would be dynamic, relative to the terminal height after resize.
The text was updated successfully, but these errors were encountered:
man fzf
)Info
Problem / Steps to reproduce
Please support negative height which would be interpreted as the current term lines minus the value. E.g. if I want to preserve 2 lines (the shell prompt), I'd like to be able to do specify
--height=-2
instead of--height=$(($(tput lines) - 2))
The advantage would be support for resizing the terminal, rather than ending up with a fixed height, it would be dynamic, relative to the terminal height after resize.
The text was updated successfully, but these errors were encountered: