Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!att!dptg!ulysses!andante!alice!wilber From: wilber@alice.att.com (rew) Newsgroups: comp.unix.questions Subject: curses & terminfo questions (addendum) Message-ID: <20443@alice.att.com> Date: 23 Jun 91 05:32:25 GMT Reply-To: wilber@homxb.att.com Organization: AT&T, Bell Labs Lines: 11 I wrote: >... And, if so, how does one set the terminal back to >the modes curses uses, after having called resetty()? Calling initscr() >won't do since it will clear out stdscr. After groveling around on about six different flavors of Unix, I've found that most versions of curses have fixterm(), which does the job. But some BSD based systems don't have fixterm(). So how do I deal with this problem on systems with bare bones versions of curses? Bob Wilber wilber@homxb.att.com