Fix format. Try compile on Windows.

This commit is contained in:
ArthurSonzogni
2020-03-22 22:32:44 +01:00
parent 4ff45ee540
commit a402cb4fbb
67 changed files with 615 additions and 569 deletions

View File

@@ -6,6 +6,7 @@
int main(int argc, const char *argv[])
{
using namespace ftxui;
// clang-format off
auto document =
vbox(
hbox(
@@ -28,6 +29,7 @@ int main(int argc, const char *argv[])
text(L"south-east")
)
);
// clang-format on
auto screen = Screen::Create(Dimension::Full());
Render(screen, document.get());