clear method

void clear()

Clears the entire terminal with empty characters using the current background Color.

Implementation

void clear() => fill(0, 0, width, height);