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.h2431 typedef struct DriverTCB struct
2433 TERMINAL term; /* needs to be the first Element !!! */
2434 TERM_DRIVER* drv; /* The driver for that Terminal */
2435 SCREEN* csp; /* The screen that owns that Terminal */
2436 TerminalInfo info; /* Driver independent core capabilities of the Terminal */
2437 void* prop; /* Driver dependent property storage to be used by the Driver */
2438 long magic;