FabGL
ESP32 Display Controller and Graphics Library

◆ multilineInsertChar()

bool multilineInsertChar ( int  charsToMove)

Inserts a blank character and move specified amount of characters to the right.

Moving characters to the right may cross multiple lines.

Parameters
charsToMoveAmount of characters to move to the right, starting from current cursor position.
Returns
True if vertical scroll occurred.

Definition at line 5097 of file terminal.cpp.