teditor  1.8.0@@fee5e94
Terminal based editor written in C++
Public Attributes | List of all members
teditor::Buffer::RemovedLine Struct Reference

#include <buffer.h>

Public Attributes

std::string str
 
int num
 

Detailed Description

holder for lines removed during keep-lines

Member Data Documentation

◆ num

int teditor::Buffer::RemovedLine::num

line number

◆ str

std::string teditor::Buffer::RemovedLine::str

the removed line


The documentation for this struct was generated from the following file: