Constant lrs::file::flags::FILE_NO_CONTROLLING_TERM

Don't make the opened file the controlling terminal of this process.

Syntax

const FILE_NO_CONTROLLING_TERM: FileFlags = FileFlags(O_NOCTTY);

See also