FTXUI/examples
ArthurSonzogni 08ee49f3e6 Add flex_grow and flex_shrink.
Two new elements:
- flex_grow  : Expand the element to occupy free space.
- flex_shrink: Minimize the element leave away missing space.

flex = flex_grow | flex_shrink.

Other changes:
- hbox and vbox are now non flexible by default.
- the vtext element has been added to help writting tests.
- Many new tests.
2020-06-07 02:30:45 +02:00
..
component Add flex_grow and flex_shrink. 2020-06-07 02:30:45 +02:00
dom Simplify the Render(screen, document) function. 2020-05-20 21:23:59 +02:00
html Simplify the Render(screen, document) function. 2020-05-20 21:23:59 +02:00
util Improve the utility print_key_press 2020-05-20 20:51:20 +02:00
CMakeLists.txt Add support for nxxm. 2019-02-02 02:25:06 +01:00