Xref: utzoo comp.unix.aix:3024 news.software.nn:1467 Path: utzoo!utstat!news-server.csri.toronto.edu!cs.utexas.edu!yale!cmcl2!uupsi!sunic!isgate!krafla!marius From: marius@rhi.hi.is (Marius Olafsson) Newsgroups: comp.unix.aix,news.software.nn Subject: Re: Does anyone have nn running on IBM RS/6000? Keywords: nn Message-ID: <2562@krafla.rhi.hi.is> Date: 21 Dec 90 16:15:39 GMT References: <1990Dec20.021423.4899@ux1.cso.uiuc.edu> Followup-To: comp.unix.aix Organization: University of Iceland Lines: 17 In <1990Dec20.021423.4899@ux1.cso.uiuc.edu> paul@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.