Thread overview
CLI library?
Sep 13, 2011
Aaron P
Sep 14, 2011
Jesse Phillips
September 13, 2011
Is there any library that would allow me to use the extended terminal features (like coloured backgrounds and custom/multiple resolution support) that works with D and is not platform-dependent? Something similar to ncurses? I know that there was a dcurses project, but it seems that it only works with D1 and the Linux implementation was never finished to begin with.
September 13, 2011
On 09/13/2011 02:59 AM, Dainius (GreatEmerald) wrote:
> Is there any library that would allow me to use the extended terminal
> features (like coloured backgrounds and custom/multiple resolution
> support) that works with D and is not platform-dependent? Something
> similar to ncurses? I know that there was a dcurses project, but it
> seems that it only works with D1 and the Linux implementation was
> never finished to begin with.

I'd like to know as well. Is there no ncurses wrapper that works for dmd2?
September 14, 2011
On Tue, 13 Sep 2011 10:59:27 +0300, Dainius (GreatEmerald) wrote:

> Is there any library that would allow me to use the extended terminal features (like coloured backgrounds and custom/multiple resolution support) that works with D and is not platform-dependent? Something similar to ncurses? I know that there was a dcurses project, but it seems that it only works with D1 and the Linux implementation was never finished to begin with.

There isn't a working wrapper of ncurses, and my understanding is there hasn't been anything as fully featured that worked cross platform in any language.