Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h2537 typedef struct DriverTCB struct
2539 TERMINAL term; /* needs to be the first Element !!! */
2540 TERM_DRIVER* drv; /* The driver for that Terminal */
2541 SCREEN* csp; /* The screen that owns that Terminal */
2542 TerminalInfo info; /* Driver independent core capabilities of the Terminal */
2543 void* prop; /* Driver dependent property storage to be used by the Driver */
2544 long magic;