FTXUI/examples
Arthur Sonzogni 456ede70fd Add size(direction, constraint, value).
For example:
============

element
  | size(WIDTH, EQUAL 10);

element
  | size(HEIGHT, GREATER_THAN, 10);

element
  | size(WIDTH, EQUAL, 10)
  | size(HEIGHT, EQUAL, 10)
2019-01-20 23:04:10 +01:00
..
component Add size(direction, constraint, value). 2019-01-20 23:04:10 +01:00
dom Add size(direction, constraint, value). 2019-01-20 23:04:10 +01:00
CMakeLists.txt Separator ftxui::{screen,dom,component} into separate build unit. 2019-01-06 18:53:02 +01:00
print_key_press.cpp Refactor component containers. 2019-01-12 18:24:46 +01:00