Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: ncurses without keyboard?



On Montag 31 Mai 2004 13:00, Klaus Schmidinger wrote:
> I'm currently writing a VDR plugin that re-implements the
> functionality that was available through DEBUG_OSD in VDR
> versions before 1.3.7. Unfortunately the 'ncurses' library
> apparently completly takes over control of the keyboard,
> which prevents the "normal" keyboard handler in VDR from
> working.
> 
> Does anybody know a way to tell ncurses just to do the display
> part and leave the keaboard alone?

I suppose you call initscr or newterm or the like for initializing ncurses.

If so, does it help to only call setupterm instead ? That could mean 
that you can only use the low level routines to access the terminfo
database, but I am not sure.

See man setupterm

mailing list: <bug-ncurses@gnu.org>


-- 
Wolfgang




Home | Main Index | Thread Index