14Cell& dev_null_cell() {
21 : stencil{0, dimx - 1, 0, dimy - 1},
24 cells_(dimy, std::vector<
Cell>(dimx)) {}
56 for (
auto& line :
cells_) {
57 for (
auto& cell : line) {
bool Contain(int x, int y) const
std::string & at(int x, int y)
Access a character in a cell at a given position.
Cell & CellAt(int x, int y)
Access a cell (Cell) at a given position.
void Clear()
Clear all the cells from the surface.
std::vector< std::vector< Cell > > cells_
A Unicode character and its associated style.
The FTXUI ftxui:: namespace.