mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 18:59:59 +08:00
70bc44d28b
Some checks failed
Build / Tests (gcc, gcov, Linux GCC, ubuntu-latest) (push) Failing after 41s
Build / documentation (push) Failing after 42s
Build / Tests (llvm, llvm-cov gcov, Linux Clang, ubuntu-latest) (push) Failing after 2m3s
Build / Tests (cl, Windows MSVC, windows-latest) (push) Has been cancelled
Build / Create release (push) Has been cancelled
Build / Build packages (build/ftxui*Darwin*, macos-latest) (push) Has been cancelled
Build / Build packages (build/ftxui*Linux*, ubuntu-latest) (push) Has been cancelled
Build / Build packages (build/ftxui*Win64*, windows-latest) (push) Has been cancelled
CodeQL / Analyze (cpp) (push) Failing after 1m34s
For long tables (and other DOM elements), one may want the screen to render on dimensions higher than the terminal. Hence, this PR proposes a way to do so, with an optional parameter in the `Dimension::Fit` util function. Discussions / Issues : - https://github.com/ArthurSonzogni/FTXUI/issues/572 - https://github.com/ArthurSonzogni/FTXUI/discussions/949 Bug:https://github.com/ArthurSonzogni/FTXUI/issues/572 Fixed:Bug:https://github.com/ArthurSonzogni/FTXUI/issues/572 Co-authored-by: ArthurSonzogni <sonzogniarthur@gmail.com> |
||
---|---|---|
.. | ||
border_colored.cpp | ||
border_style.cpp | ||
border.cpp | ||
canvas.cpp | ||
CMakeLists.txt | ||
color_gallery.cpp | ||
color_info_palette256.cpp | ||
color_info_sorted_2d.ipp | ||
color_truecolor_HSV.cpp | ||
color_truecolor_RGB.cpp | ||
dbox.cpp | ||
gauge_direction.cpp | ||
gauge.cpp | ||
graph.cpp | ||
gridbox.cpp | ||
hflow.cpp | ||
html_like.cpp | ||
linear_gradient.cpp | ||
package_manager.cpp | ||
paragraph.cpp | ||
separator_style.cpp | ||
separator.cpp | ||
size.cpp | ||
spinner.cpp | ||
style_blink.cpp | ||
style_bold.cpp | ||
style_color.cpp | ||
style_dim.cpp | ||
style_gallery.cpp | ||
style_hyperlink.cpp | ||
style_inverted.cpp | ||
style_strikethrough.cpp | ||
style_underlined_double.cpp | ||
style_underlined.cpp | ||
table.cpp | ||
vbox_hbox.cpp | ||
vflow.cpp |