From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <32d987d50704281903o5c94c8cfla91286a52e11c1cd@mail.gmail.com> Date: Sun, 29 Apr 2007 04:03:41 +0200 From: "Federico Benavento" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] I did it (curses port) In-Reply-To: <6e0b4ec1a5f137d26106828b7c598214@coraid.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <656a0f9ebd7d8661da917a98739ef837@yourdomain.dom> <6e0b4ec1a5f137d26106828b7c598214@coraid.com> Topicbox-Message-UUID: 521a851a-ead2-11e9-9d60-3106f5b1d025 hola, On 4/29/07, erik quanstrom wrote: > could you inform the ignorant? what advantage does lynx > have over abaco? > I don't know if lynx has any advantage over abaco, I ported it because I needed a test case, because the demos that come with pdcurses all use a single proc and since lynx (like links) use select() all the time it was a good test case. I don't like curses myself and I didn't just for fun, but I see this could be useful to some people (like emacs fanboys). Also we could make the perl, tcl and python ports use it. this will give as a few more apps. if any of you is planning to port anything, have in mind that with pdcurses apps can't assume that 0 is the input fd. use PDC_get_input_fd(); instead. -- Federico G. Benavento