teditor  1.8.0@@fee5e94
Terminal based editor written in C++
Functions
Functions to draw parts of the buffer

Functions

virtual void teditor::Buffer::draw (Editor &ed, const Window &win)
 
void teditor::Buffer::drawPoint (Editor &ed, const AttrColor &bg, const Window &win)
 

Detailed Description

Function Documentation

◆ draw()

void teditor::Buffer::draw ( Editor ed,
const Window win 
)
virtual

Reimplemented in teditor::CmdMsgBar.

◆ drawPoint()

void teditor::Buffer::drawPoint ( Editor ed,
const AttrColor bg,
const Window win 
)