Path: utzoo!attcan!uunet!lll-winken!ames!mailrus!tut.cis.ohio-state.edu!ucbvax!decwrl!asente From: asente@decwrl.dec.com (Paul Asente) Newsgroups: comp.windows.x Subject: Re: Naive Question about Curses, Xt Message-ID: <1109@bacchus.dec.com> Date: 20 Feb 89 06:40:14 GMT References: <8902200344.AA10242@remote.dccs.upenn.edu> Organization: DEC Western Software Lab Lines: 11 Not a naive question at all... The problem is to combine a program running under xterm that uses curses with some widgets. The solution is to add an input handler for the terminal as an alternate input source to the toolkit, and when you get characters manage to stuff them into curses (I don't know exactly how to do this, but if you're willing to rewrite the curses input handler, it should work ok). -paul asente asente@decwrl.dec.com decwrl!asente