Home
last modified time | relevance | path

Searched defs:DriverTCB (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h2484 typedef struct DriverTCB struct
2486 TERMINAL term; /* needs to be the first Element !!! */
2487 TERM_DRIVER* drv; /* The driver for that Terminal */
2488 SCREEN* csp; /* The screen that owns that Terminal */
2489 TerminalInfo info; /* Driver independent core capabilities of the Terminal */
2490 void* prop; /* Driver dependent property storage to be used by the Driver */
2491 long magic;