|
teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
#include <cell_buffer.h>
Public Member Functions | |
| void | set (Chr c, AttrColor f, AttrColor b) |
| void | set (Chr c, color_t f, color_t b) |
| void | copy (const Cell &from) |
| int | width () const |
Public Attributes | |
| Chr | ch |
| AttrColor | fg |
| AttrColor | bg |
a conceptual entity on the terminal screen
| void teditor::Cell::copy | ( | const Cell & | from | ) |
| int teditor::Cell::width | ( | ) | const |
| AttrColor teditor::Cell::bg |
| Chr teditor::Cell::ch |
| AttrColor teditor::Cell::fg |
1.8.17