Re: [Mono-dev] System.Console problem

2008-07-18 Thread Miguel de Icaza
I try to reset the width and height of the console: This functionality is not supported on Unix consoles. Miguel. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] System.Console problem

2008-07-07 Thread Johannes Drachenfels
Hello all, I am new here, hopefully in the right list :-) and I have a problem with using system.console under MONO: I try to reset the width and height of the console: Console.WindowHeight = 24

Re: [Mono-dev] System.Console problem

2008-07-07 Thread M. David Peterson
2008/7/7 Johannes Drachenfels [EMAIL PROTECTED]: I want to write a command line interface for a linux system which should be used over ssh instead of a shell… How are you defining the difference between the command line and a shell? Is your end goal simply to provide a way to invoke commands