From help-octave-request at bevo dot che dot wisc dot edu Sat Dec 20 07:37:58 2003 Subject: Re: curses on octave From: "John W. Eaton" To: Paul Kienzle Cc: wtm at ono dot com, Octave_post Date: Sat, 20 Dec 2003 07:22:19 -0600 On 19-Dec-2003, Paul Kienzle wrote: | Of course, if we used libffi to provide direct access to the library, | we could write the clean interface in Octave itself rather than C++. Yes, I think that's a good way to approach things like this. I would recommend "hiding" the low-level library calls by prefixing them with "__ncurses_" (or something) so they are not likely to stomp on other function names. jwe ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------