Path: utzoo!attcan!uunet!munnari!otc!metro!basser!natmlab!dmsadel!augean!idall From: idall@augean.OZ (Ian Dall) Newsgroups: comp.emacs Subject: Re: TVI950 termcap padding? Keywords: termcap Message-ID: <333@augean.OZ> Date: 25 May 88 05:17:37 GMT References: <668@nyser> Reply-To: idall@augean.OZ (Ian Dall) Organization: Engineering Faculty, University of Adelaide, Australia Lines: 24 In article <668@nyser> weltyc@nisc.nyser.net (Christopher A. Welty) writes: > > We are running GNU Emacs on a SUN4/280 now, and we have tvi950 >terminals. Every time I bring a paused emacs process into the >forground, I end up with garbage on the screen and have to wait until We had a similar problem and it turned out that the Sun4 optimiser breaks on tparam.c. We put the following in ymakefile and everything worked. #ifdef sparc tparam.o: tparam.c cc -c tparam.c #else tparam.o : tparam.c #endif -- Ian Dall "In any argument there will be people on your side who you wish were on the other side." idall@augean.oz