Screen.stop

Stop is called to stop processing on the screen. The terminal settings will be restored, and the screen may be cleared.

This should be called when the program is exited, or if suspending (to run a sub-shell process interactively for example).

interface Screen
@safe
void
stop
()

Meta