Writing a simple text editor in D using a C tutorial

Dejan Lekic dejan.lekic at gmail.com
Tue Aug 29 16:59:57 UTC 2023


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;


More information about the Digitalmars-d-learn mailing list