FTXUI/examples
Boris Jaulmes 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
Allow a Dimension::Fit to extend beyond the terminal maximum height (#950)
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>
2024-11-07 21:07:09 +01:00
..
component Add scrollbar example. 2024-08-18 10:46:41 +02:00
dom Allow a Dimension::Fit to extend beyond the terminal maximum height (#950) 2024-11-07 21:07:09 +01:00
html Update examples to use std::string. (#182) 2021-08-09 00:27:37 +02:00
CMakeLists.txt Improve the example page. (#780) 2023-11-19 12:09:52 +01:00
index.css Improve the example page. (#780) 2023-11-19 12:09:52 +01:00
index.html Update index.html (#858) 2024-05-06 12:54:17 +02:00
index.mjs Improve the example page. (#780) 2023-11-19 12:09:52 +01:00
run_webassembly.py Refactor examples list in CMake (#170) 2021-07-31 18:32:48 +02:00
sw.js Add COOP/COEP for worker.js file. 2022-07-09 19:58:11 +02:00