#include <stdio.h>
#include <memory>
int main() {
auto document =
}),
}),
}),
});
screen.Print();
getchar();
return 0;
}
Element hbox(Elements)
A container displaying elements horizontally one by one.
Element text(std::wstring text)
Display a piece of unicode text.
Element filler()
An element that will take expand proportionnally to the space left in a container.
void Render(Screen &screen, const Element &element)
Display an element on a ftxui::Screen.
Element vbox(Elements)
A container displaying elements vertically one by one.