Does anyone have nn running on IBM RS/6000?

Marius Olafsson marius at rhi.hi.is
Sat Dec 22 03:15:39 AEST 1990


In <1990Dec20.021423.4899 at ux1.cso.uiuc.edu> paul at uxc.cso.uiuc.edu (Paul Pomes - UofIllinois CSO) writes:

>The enclosed files made it compile and run, however on our 6K/540, the 
>display is messed up and requires repeated ^L to see anything.  This may
>be a bug in the supplied curses library.

Try changing 

#define RAW_MODE_ON    ioctl(0, TCSETAF, &raw_tty)
#define RAW_MODE_OFF   ioctl(0, TCSETAF, &norm_tty)

to

#define RAW_MODE_ON    ioctl(0, TCSETAW, &raw_tty)
#define RAW_MODE_OFF   ioctl(0, TCSETAW, &norm_tty)

in the file term.c - this fixes the problem here.



More information about the Comp.unix.aix mailing list