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 4902 of file terminal.cpp.