Tty.resized

Resized returns true if the window was resized since last checked. Normally resize will force the window into non-blocking mode so that the caller can see the resize in a timely fashion. This is edge triggered (reading it will clear the value.)

interface Tty
nothrow @nogc @safe
bool
resized
()

Meta