|
teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
Functions | |
| void | teditor::Terminal::puts (const char *data, size_t len) |
| append data at the end of the current buffer contents More... | |
| void | teditor::Terminal::puts (const char *data) |
| void | teditor::Terminal::puts (const std::string &data) |
| void | teditor::Terminal::puts (Func f) |
| void | teditor::Terminal::flush () |
| void | teditor::Terminal::updateTermSize () |
| void teditor::Terminal::flush | ( | ) |
flush the contents of the buffer to the pty
|
inline |
| void teditor::Terminal::puts | ( | const char * | data, |
| size_t | len | ||
| ) |
append data at the end of the current buffer contents
| data | the data to be appended |
| len | number of elements in the data |
|
inline |
|
inline |
| void teditor::Terminal::updateTermSize | ( | ) |
update the terminal size
1.8.17