|
teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
Functions | |
| void | teditor::Buffer::startOfLine () |
| void | teditor::Buffer::endOfLine () |
| void | teditor::Buffer::left () |
| void | teditor::Buffer::right () |
| void | teditor::Buffer::down () |
| void | teditor::Buffer::up () |
| void | teditor::Buffer::begin () |
| void | teditor::Buffer::end () |
| void | teditor::Buffer::pageDown (int ijump) |
| void | teditor::Buffer::pageUp (int ijump) |
| void | teditor::Buffer::nextPara () |
| void | teditor::Buffer::previousPara () |
| void | teditor::Buffer::nextWord () |
| void | teditor::Buffer::previousWord () |
| void | teditor::Buffer::gotoLine (int lineNum, const Point &dim) |
| void teditor::Buffer::begin | ( | ) |
go to beginning of the buffer
| void teditor::Buffer::down | ( | ) |
move down
| void teditor::Buffer::end | ( | ) |
go to end of the buffer
|
inline |
move to end of line
| void teditor::Buffer::gotoLine | ( | int | lineNum, |
| const Point & | dim | ||
| ) |
goto the specified line number
| void teditor::Buffer::left | ( | ) |
move left
| void teditor::Buffer::nextPara | ( | ) |
jump to start of next paragraph
| void teditor::Buffer::nextWord | ( | ) |
jump to next word
| void teditor::Buffer::pageDown | ( | int | ijump | ) |
scroll down a page
| void teditor::Buffer::pageUp | ( | int | ijump | ) |
scroll up a page
| void teditor::Buffer::previousPara | ( | ) |
jump to start of previous paragraph
| void teditor::Buffer::previousWord | ( | ) |
jump to previous word
| void teditor::Buffer::right | ( | ) |
move right
|
inline |
move to begining of line
| void teditor::Buffer::up | ( | ) |
move up
1.8.17