teditor  1.8.0@@fee5e94
Terminal based editor written in C++
Functions
Internal draw operations

Functions

void teditor::Buffer::drawStatusBar (Editor &ed, const Window &win)
 
virtual int teditor::Buffer::drawLine (int y, const std::string &line, Editor &ed, int lineNum, const Window &win)
 

Detailed Description

Function Documentation

◆ drawLine()

int teditor::Buffer::drawLine ( int  y,
const std::string &  line,
Editor ed,
int  lineNum,
const Window win 
)
protectedvirtual

Reimplemented in teditor::CmdMsgBar.

◆ drawStatusBar()

void teditor::Buffer::drawStatusBar ( Editor ed,
const Window win 
)
protected