[Mono-list] mwf -ncurses

Jonathan Pryor jonpryor@vt.edu
Mon, 20 Dec 2004 19:21:46 -0500


On Mon, 2004-12-20 at 15:37 -0800, Eduardo Osorio Armenta wrote:
> 
> i was wondering if something like a ncurses-driver
> could be make it for a MWF
> 
> i'm thinking something to work like charva:
> http://www.pitman.co.za/projects/charva/index.html
> 
> it's that posible?

As Peter Bartok said, *anything* is possible.  Whether it's practical
without rewriting lots of code is another matter.  I'm inclined to say
it isn't practical, but I have no experience with the code.

Besides, you could always use Gtk# and make use of the ultimate hack:
the curses driver for GTK+, Cursed GTK :-)

	http://zemljanka.sourceforge.net/cursed/

Whether you'd want to make use of something like this or just use Curses
directly from C# and provide multiple GUIs for each toolkit is a
question left for the reader:

	http://www.southern-storm.com.au/download/pnetcurses-0.0.2.tar.gz

 - Jon