digitalmars.D.learn - CLI library?
- "Dainius (GreatEmerald)" <pastas4 gmail.com> Sep 13 2011
- Aaron P <viautbellum gmail.com> Sep 13 2011
- Jesse Phillips <jessekphillips+d gmail.com> Sep 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.
Sep 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?
Sep 13 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.
Sep 13 2011









Aaron P <viautbellum gmail.com> 