March 24, 2013
Can anyone recommend a simple text UI (something like Newt) which
can be used from within a D program?
March 25, 2013
On Sun, Mar 24, 2013 at 11:13:16PM +0100, DLearner wrote:
> Can anyone recommend a simple text UI (something like Newt) which can be used from within a D program?

Check out ConsoleD (by Robik) or terminal (by Adam Ruppe), both found
here:

	https://github.com/robik/ConsoleD


T

-- 
There are two ways to write error-free programs; only the third one works.