|
teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
#include <buffer.h>
Public Attributes | |
| std::string | str |
| int | num |
holder for lines removed during keep-lines
| int teditor::Buffer::RemovedLine::num |
line number
| std::string teditor::Buffer::RemovedLine::str |
the removed line
1.8.17