mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
Allow a Dimension::Fit to extend beyond the terminal maximum height
This commit is contained in:
committed by
Boris Jaulmes
parent
55af678fb9
commit
da7eebd98f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user