teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
#include <cell_buffer.h>
Public Member Functions | |
CellBuffer (int w=0, int h=0) | |
void | clear (AttrColor fg, AttrColor bg) |
void | resize (int w, int h) |
const Cell & | at (int x, int y) const |
Cell & | at (int x, int y) |
unsigned | w () const |
unsigned | h () const |
list of cells
teditor::CellBuffer::CellBuffer | ( | int | w = 0 , |
int | h = 0 |
||
) |
|
inline |
|
inline |
|
inline |
void teditor::CellBuffer::resize | ( | int | w, |
int | h | ||
) |
|
inline |