On Sat, Jan 12, 2019 at 05:38:09PM +0000, Neia Neutuladh via
Digitalmars-d-learn wrote:
> On Sat, 12 Jan 2019 12:10:25 +0000, Droggl wrote:
[...]
> > 3. How is everyone in general using curses with D? Is there maybe a
> > different library I should checkout instead? Are you using latest
> > git?
[...]
I tried using (n)curses in D before, but eventually opted for a
D-specific solution: Adam Ruppe's terminal.d:
https://github.com/adamdruppe/arsd/blob/master/terminal.d
Fits much better with idiomatic D, and has served me very well since.
T
--
What doesn't kill me makes me stranger.