Separator ftxui::{screen,dom,component} into separate build unit.

This commit is contained in:
Arthur Sonzogni
2019-01-06 18:53:02 +01:00
parent 5887114793
commit 7efe8a6385
7 changed files with 121 additions and 41 deletions

View File

@@ -43,6 +43,7 @@ Decorator bgcolor(Color);
Element hcenter(Element);
Element vcenter(Element);
Element center(Element);
Element align_right(Element);
// --- Util ---
Element nothing(Element element);