9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] I did it (curses port)
@ 2007-04-28 14:29 Federico G. Benavento
  2007-04-29  1:14 ` erik quanstrom
  0 siblings, 1 reply; 8+ messages in thread
From: Federico G. Benavento @ 2007-04-28 14:29 UTC (permalink / raw)
  To: 9fans

yes, it's true I have ported PDCurses 3.0 to Plan 9, it doesn't need vt(1)
and it even has mouse support.

http://www.tip9ug.jp/who/fgb/lynx.png	-	screenshot
/n/sources/contrib/fgb/curses.tgz 		-	what you all wanted ;)
/n/sources/contrib/fgb/lynx.tgz 		-	binary and cfg files

enjoy!

Federico G. Benavento

---
/bin/fortune:
To the foulish words, no answer.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] I did it (curses port)
  2007-04-28 14:29 [9fans] I did it (curses port) Federico G. Benavento
@ 2007-04-29  1:14 ` erik quanstrom
  2007-04-29  2:03   ` Federico Benavento
  0 siblings, 1 reply; 8+ messages in thread
From: erik quanstrom @ 2007-04-29  1:14 UTC (permalink / raw)
  To: 9fans

could you inform the ignorant?  what advantage does lynx
have over abaco?

- erik

On Sat Apr 28 10:29:40 EDT 2007, benavento@gmail.com wrote:
> yes, it's true I have ported PDCurses 3.0 to Plan 9, it doesn't need vt(1)
> and it even has mouse support.
> 
> http://www.tip9ug.jp/who/fgb/lynx.png	-	screenshot
> /n/sources/contrib/fgb/curses.tgz 		-	what you all wanted ;)
> /n/sources/contrib/fgb/lynx.tgz 		-	binary and cfg files


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] I did it (curses port)
  2007-04-29  1:14 ` erik quanstrom
@ 2007-04-29  2:03   ` Federico Benavento
  2007-04-29 12:51     ` erik quanstrom
  2007-04-29 14:47     ` George Gensure
  0 siblings, 2 replies; 8+ messages in thread
From: Federico Benavento @ 2007-04-29  2:03 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

hola,

On 4/29/07, erik quanstrom <quanstro@coraid.com> 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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] I did it (curses port)
  2007-04-29  2:03   ` Federico Benavento
@ 2007-04-29 12:51     ` erik quanstrom
  2007-04-29 14:47     ` George Gensure
  1 sibling, 0 replies; 8+ messages in thread
From: erik quanstrom @ 2007-04-29 12:51 UTC (permalink / raw)
  To: 9fans

cool.  i was just wondering.

- erik

On Sat Apr 28 22:03:41 EDT 2007, benavento@gmail.com wrote:
> 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.
> 


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] I did it (curses port)
  2007-04-29  2:03   ` Federico Benavento
  2007-04-29 12:51     ` erik quanstrom
@ 2007-04-29 14:47     ` George Gensure
  2007-05-02 20:28       ` Harri Haataja
  1 sibling, 1 reply; 8+ messages in thread
From: George Gensure @ 2007-04-29 14:47 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 302 bytes --]

>
> 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.
>

vi and nethack fanboys as well (like myself)

kudos!

-George

[-- Attachment #2: Type: text/html, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] I did it (curses port)
  2007-04-29 14:47     ` George Gensure
@ 2007-05-02 20:28       ` Harri Haataja
  2007-05-02 21:22         ` C H Forsyth
  0 siblings, 1 reply; 8+ messages in thread
From: Harri Haataja @ 2007-05-02 20:28 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Sun, Apr 29, 2007 at 10:47:13AM -0400, George Gensure wrote:
> >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.
> >
> vi and nethack fanboys as well (like myself)

Yay. Would this also get readline and command history (rlwrap)?
Purely for rio-less installation, of course *cough*



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] I did it (curses port)
  2007-05-02 20:28       ` Harri Haataja
@ 2007-05-02 21:22         ` C H Forsyth
  2007-05-02 21:31           ` Devon H. O'Dell
  0 siblings, 1 reply; 8+ messages in thread
From: C H Forsyth @ 2007-05-02 21:22 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 40 bytes --]

don't forget the candles and sealing-wax

[-- Attachment #2: Type: message/rfc822, Size: 3188 bytes --]

From: Harri Haataja <harriha@mail.student.oulu.fi>
To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: Re: [9fans] I did it (curses port)
Date: Wed, 2 May 2007 23:28:53 +0300
Message-ID: <20070502202852.GA8353@paju.oulu.fi>

On Sun, Apr 29, 2007 at 10:47:13AM -0400, George Gensure wrote:
> >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.
> >
> vi and nethack fanboys as well (like myself)

Yay. Would this also get readline and command history (rlwrap)?
Purely for rio-less installation, of course *cough*

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] I did it (curses port)
  2007-05-02 21:22         ` C H Forsyth
@ 2007-05-02 21:31           ` Devon H. O'Dell
  0 siblings, 0 replies; 8+ messages in thread
From: Devon H. O'Dell @ 2007-05-02 21:31 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

2007/5/2, C H Forsyth <forsyth@vitanuova.com>:
> don't forget the candles and sealing-wax

As an aside, I always thought it was ceiling wax. I'm stupid :(

--dho

> ---------- Doorgestuurd bericht ----------
> From: Harri Haataja <harriha@mail.student.oulu.fi>
> To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
> Date: Wed, 2 May 2007 23:28:53 +0300
> Subject: Re: [9fans] I did it (curses port)
> On Sun, Apr 29, 2007 at 10:47:13AM -0400, George Gensure wrote:
> > >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.
> > >
> > vi and nethack fanboys as well (like myself)
>
> Yay. Would this also get readline and command history (rlwrap)?
> Purely for rio-less installation, of course *cough*
>


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-05-02 21:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-28 14:29 [9fans] I did it (curses port) Federico G. Benavento
2007-04-29  1:14 ` erik quanstrom
2007-04-29  2:03   ` Federico Benavento
2007-04-29 12:51     ` erik quanstrom
2007-04-29 14:47     ` George Gensure
2007-05-02 20:28       ` Harri Haataja
2007-05-02 21:22         ` C H Forsyth
2007-05-02 21:31           ` Devon H. O'Dell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).