SizeChangedEvent

When you get this, check terminal.width and terminal.height to see the new size and react accordingly.

struct SizeChangedEvent {
int oldWidth;
int oldHeight;
int newWidth;
int newHeight;
}
Suggestion Box / Bug Report