[Mono-dev] Playing with Mono.Terminal, no success

Miguel de Icaza miguel at novell.com
Mon May 10 14:33:06 EDT 2010


Hello,

> I'm trying the simple sample at: http://www.mono-project.com/MonoCurses
> 
>   Application.Init (false);
>    Dialog d = new Dialog (40, 8, "Hello");
> 
>    d.Add (new Label (0, 0, "Hello World"));
>    Application.Run (d);
> 
> on an OpenSuse box.
> 
> But it doesn't work for me, it just exits and breaks the terminal... :-(

Run your program like this to make sure it does not leave you in a
broken state:

mono sample.exe; stty sane

Please post a full sample and I'll take a look at it.



More information about the Mono-devel-list mailing list