teditor  1.8.0@@fee5e94
Terminal based editor written in C++
Functions
convert buffer co-ords to screen and vice versa

Functions

Point teditor::Buffer::buffer2screen (const Point &loc, const Point &start, const Point &dim) const
 
Point teditor::Buffer::screen2buffer (const Point &loc, const Point &start, const Point &dim) const
 

Detailed Description

Function Documentation

◆ buffer2screen()

Point teditor::Buffer::buffer2screen ( const Point loc,
const Point start,
const Point dim 
) const

◆ screen2buffer()

Point teditor::Buffer::screen2buffer ( const Point loc,
const Point start,
const Point dim 
) const