[comp.sys.hp] Xview2

mahesh@cs.fau.edu (Mahesh Neelakanta) (12/24/90)

Someone posted a question about olwm for hpux which got me curious
as to how it would look so I get the source and started to port it
ovwer to hpux. There were lots of "minor" problems which I could fix
but I am now at a point which I don't really don't understand the code:
If you have the source, turn to lib/libxvol/ttysw/tty_stty.c or
tty_gtty.c. In it, they use a structure called "tchars" which aparently
is used for "special characters" ( got that from sys/ttold.h on a sun).
There is no hpux equivalent that I see. Anyone know what I should do?
Also, I came across a few other problems: stdio.h does not have
something called _IOSTRG and sys/file.h does not have FASYNC defined.
Some kind "hpux-wiz" please help me out here...all I want for Christmas
is OpenLook to work. Thanks.

Mahesh

ps. Oh yeah, has anyone already ported the whole thing to hpux (7.0)?