23 for (
int y = box_.y_min; y <= box_.y_max; ++y) {
24 for (
int x = box_.x_min; x <= box_.x_max; ++x) {
25 screen.PixelAt(x, y).italic =
true;
32 return std::make_shared<Impl>(std::move(
child));
NodeDecorator(Element child)
friend void Render(Screen &screen, Node *node, Selection &selection)
A rectangular grid of Pixel.
std::shared_ptr< Node > Element
std::shared_ptr< T > Make(Args &&... args)
Element italic(Element)
Apply a underlinedDouble to text.
void Render(Screen &screen, const Element &element)
Display an element on a ftxui::Screen.