resize method

void resize(
  1. Vec size
)

Called when the UserInterface has been bound to a new terminal with a different size while this Screen is present.

Implementation

void resize(Vec size) {}