m ingate!pulsar@lsrhs!xait.Xerox.COM
ChemTab

I am do some work on your ChemTab program and, at the same time,
I am working on porting a version of CURSES to another 
platform.  I'm using version 3.2b of your software.

At this point, I have a simple question:

in looke.c, on line 92, you have

c = wgetch();

Is the Curses library supposed to support this?  On the system
I'm working on, I get an unrecoverable error somewhere
in the curses library since it's expecting a 
parameter to wgetch().  When I try 

c = wgetch(mn);

it works fine.

Since I'm trying to make the curses library I've ported as close
to the original as possible, I need to know whether the
library is supposed to support this.

Thanks,

David Feinleib