On Tuesday, 29 August 2023 at 16:17:56 UTC, Răzvan Birișan wrote: > Is there a better way to use `termios.h` inside D? Am I missing > the point and there is a way to set these flags in D without > using C libraries? I would try to use termios from druntime instead. Try: import core.sys.posix.termios;