teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
Functions | |
void | teditor::Line::append (char c) |
void | teditor::Line::append (const char *c) |
void | teditor::Line::append (const std::string &str) |
void | teditor::Line::prepend (char c) |
void | teditor::Line::prepend (const char *c) |
void | teditor::Line::prepend (char c, int count) |
void | teditor::Line::insert (char c, int idx) |
void | teditor::Line::insert (const char *c, int idx) |
void | teditor::Line::insert (const std::string &str, int idx) |
|
inline |
|
inline |
|
inline |
void teditor::Line::insert | ( | char | c, |
int | idx | ||
) |
void teditor::Line::insert | ( | const char * | c, |
int | idx | ||
) |
void teditor::Line::insert | ( | const std::string & | str, |
int | idx | ||
) |
|
inline |
void teditor::Line::prepend | ( | char | c, |
int | count | ||
) |
|
inline |