Method Suspend
Suspend()
Suspends the application (e.g. on Linux via SIGTSTP) and upon resume, resets the console driver.
public abstract void Suspend()
Remarks
This is only implemented in CursesDriver.
Suspends the application (e.g. on Linux via SIGTSTP) and upon resume, resets the console driver.
public abstract void Suspend()
This is only implemented in CursesDriver.