groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] still exploring the last version: what is gremlin ?


From: Werner LEMBERG
Subject: Re: [Groff] still exploring the last version: what is gremlin ?
Date: Sat, 07 Oct 2000 09:19:21 +0200 (CEST)

> I just realized that the change is wrong -- it should be:
> 
>       readmask = 1 << ConnectionNumber(display);
> 
> Actually, assuming that readmask is a mask for select, it should
> probably be more like:
> 
>       FD_ZERO(&readmask);
>       FD_SET(ConnectionNumber(display), &readmask);

And this is exactly the code used in the xgremlin version I've
uploaded to ftp.ffii.org:/pub/groff.

Daniel, have you actually tried this particular version?


    Werner

reply via email to

[Prev in Thread] Current Thread [Next in Thread]