teditor  1.8.0@@fee5e94
Terminal based editor written in C++
Functions
Undo/Redo operations on the buffer

Functions

bool teditor::Buffer::undo ()
 undo the previous operation More...
 
bool teditor::Buffer::redo ()
 redo the previously undid operation. More...
 

Detailed Description

Function Documentation

◆ redo()

bool teditor::Buffer::redo ( )

redo the previously undid operation.

Returns
false if there's nothing to redo, else true

◆ undo()

bool teditor::Buffer::undo ( )

undo the previous operation

Returns
false if there's nothing to undo, else true