Allow a Dimension::Fit to extend beyond the terminal maximum height

This commit is contained in:
Boris Jaulmes
2024-11-04 19:48:07 +01:00
committed by Boris Jaulmes
parent 55af678fb9
commit da7eebd98f
2 changed files with 9 additions and 5 deletions

View File

@@ -183,7 +183,7 @@ Element align_right(Element);
Element nothing(Element element);
namespace Dimension {
Dimensions Fit(Element&);
Dimensions Fit(Element&, bool extend_beyond_screen = false);
} // namespace Dimension
} // namespace ftxui