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

Functions

std::string teditor::Buffer::removeChar ()
 
std::string teditor::Buffer::removeCurrentChar ()
 

Detailed Description

Function Documentation

◆ removeChar()

std::string teditor::Buffer::removeChar ( )
protected

for deleting a char using backspace

◆ removeCurrentChar()

std::string teditor::Buffer::removeCurrentChar ( )
protected

removes chars at current cursor locations and returns them