Return to BSD News archive
Newsgroups: comp.os.386bsd.bugs Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!yeshua.marcam.com!MathWorks.Com!news.kei.com!hookup!swrinde!gatech!howland.reston.ans.net!noc.near.net!oz.plymouth.edu!ted From: ted@oz.plymouth.edu (The Wizard of Oz) Subject: Re: Bug FreeBSD-1.1 curses? Message-ID: <1994Mar25.045756.13297@oz.plymouth.edu> Organization: Plymouth State College - Plymouth, NH. References: <1994Mar22.043832.280@oz.plymouth.edu> <2mr0en$fvd@mojo.eng.umd.edu> Date: Fri, 25 Mar 94 04:57:56 GMT Lines: 20 In article <2mr0en$fvd@mojo.eng.umd.edu> chuckr@glue.umd.edu (Charles B. Robey) writes: > >: I am doing something like: > > >: wmove(stdscr,1,79); >: wstandout(stdscr) >: waddch(stdscr,' '); >: wstandend(stdscr); > >: I do wrefresh(stdscr); between the appropriate calls. Any Ideas? >For the same terminal? Can you check if the termcap file's the same, >do it can be isolated to the lib or the termcap entry (just for that >particular entry). > I used the same termcap file for both attempts, also I took libcurses.a and curses.h from 1.0 and placed it on the 1.1 system and recompiled the program and it worked as it should. I did notice that the two 'curses.h' header files were quite different.