teditor  1.8.0@@fee5e94
Terminal based editor written in C++
Functions
Point related operations

Functions

bool teditor::Buffer::hasPointOn (int line) const
 
const Pointteditor::Buffer::getPoint () const
 
void teditor::Buffer::setPoint (const Point &p)
 

Detailed Description

Function Documentation

◆ getPoint()

const Point& teditor::Buffer::getPoint ( ) const
inline

◆ hasPointOn()

bool teditor::Buffer::hasPointOn ( int  line) const
inline

checks if there are any cursors on the given line

◆ setPoint()

void teditor::Buffer::setPoint ( const Point p)
inline