FabGL
ESP32 Display Controller and Graphics Library

◆ multilineDeleteChar()

void multilineDeleteChar ( int  charsToMove)

Deletes a character moving specified amount of characters to the left.

Moving characters to the left may cross multiple lines.

Parameters
charsToMoveAmount of characters to move to the left, starting from current cursor position.

Definition at line 5109 of file terminal.cpp.