Hey, > I wrote a little C/C# wrapper to the 'GNU Readline' library and > 'Getline' library (included into the wrapper itself). Being not a > great expert of C and interop, I would like some help from you in > completing this library, that comes under the name Mono.IO.Readline > (and will be released under BSD or MIT/X11 license before next week, > or donated to the Mono project, if usefull): I don't even know if this > works... :P
The only downside is that the library it binds to is GPL, which means that the whole code must be GPL. You might want to look at libedit (we have bindings for it in the Mono debugger). _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
