present abstract method

void present(
  1. ScreenBuffer frame, {
  2. int? cursorX,
  3. int? cursorY,
})

Renders frame, diffed against the previous one, optionally placing the hardware cursor.

Implementation

void present(ScreenBuffer frame, {int? cursorX, int? cursorY});