#include <iostream>
#include <memory>
int main() {
});
auto screen =
screen.Print();
std::cout << std::endl;
}
static Screen Create(Dimensions dimension)
Create a screen with the given dimension.
Dimensions Fit(Element &)
Element borderDouble(Element)
Draw a double border around the element.
Element borderDashed(Element)
Draw a light border around the element.
Element borderRounded(Element)
Draw a rounded border around the element.
Element borderHeavy(Element)
Draw a heavy border around the element.
Element text(std::wstring text)
Display a piece of unicode text.
Element borderLight(Element)
Draw a dashed border around the element.
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.