17 using NodeDecorator::NodeDecorator;
20 for (
int y = box_.y_min; y <= box_.y_max; ++y) {
21 for (
int x = box_.x_min; x <= box_.x_max; ++x) {
29 return std::make_shared<Impl>(std::move(child));
A rectangular grid of Pixel.
Pixel & PixelAt(int x, int y)
Access a Pixel at a given position.
Element underlinedDouble(Element)
Apply a underlinedDouble to text.
std::shared_ptr< Node > Element
void Render(Screen &screen, const Element &element)
Display an element on a ftxui::Screen.