Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ncurses/ncurses/
Dcurses.priv.h2267 typedef struct DriverTCB struct
2269 TERMINAL term; /* needs to be the first Element !!! */
2270 TERM_HANDLE inp; /* The input handle of the Terminal */
2271 TERM_HANDLE out; /* The output handle of the Terminal in shell mode */
2272 TERM_HANDLE hdl; /* The output handle of the Terminal in prog mode */
2273 TERM_DRIVER* drv; /* The driver for that Terminal */
2274 SCREEN* csp; /* The screen that owns that Terminal */
2275 TerminalInfo info; /* Driver independent core capabilities of the Terminal */
2276 void* prop; /* Driver dependent property storage to be used by the Driver */
2277 long magic;