SavedTermparam

Structure with saved terminal parameters. Restores parameters during destruction.

version(Posix)
struct SavedTermparam {}

Constructors

this
this(bool r, termios s)

constructor

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Functions

restoreBack
void restoreBack()

Restores back previously saved terminal parameters

Meta