mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-20 10:38:09 +08:00
Fix format. Try compile on Windows.
This commit is contained in:
@@ -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());
|
||||
|
||||
|
Reference in New Issue
Block a user