TtyImpl.blocking

Make input blocking or non-blocking. Blocking input will cause reads against the terminal to block forever until at least one character is returned. Otherwise it will return in at most

interface TtyImpl
void
blocking
(
bool b
)

Meta