Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.2 9/18/84; site ptsfa.UUCP
Path: utzoo!decvax!decwrl!amd!dual!ptsfa!dsp
From: dsp@ptsfa.UUCP (David St.Pierre)
Newsgroups: net.news.b,net.sources.bugs
Subject: rn problems with 5.2 curses?
Message-ID: <346@ptsfa.UUCP>
Date: Wed, 31-Oct-84 10:13:51 EST
Article-I.D.: ptsfa.346
Posted: Wed Oct 31 10:13:51 1984
Date-Received: Wed, 31-Oct-84 23:57:01 EST
Distribution: na
Organization: Pacific Bell, San Francisco
Lines: 13

After installing rn, I noticed that the Makefile referenced -ltermlib
instead of -lcurses. Looking at Configure, I saw that it looked for
termlib files before terminfo ones. Since I'd rather migrate most
software over to curses, I changed Configure and ran make.

And lost all of my terminal motion characters.

I subsequently re-edited the Makefile, changing -lcurses back to 
-ltermlib, and everything works OK. There's something that isn't
porting very cleanly - I was able to re-compile vnews changing
-ltermlib to -lcurses without any side effects.

Has anyone out there experienced the same problem and come up with a fix?