Home
last modified time | relevance | path

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

/dflybsd-src/contrib/ncurses/ncurses/
H A Dcurses.priv.h957 int (*term_driver)(struct DriverTCB*, const char*, int*); member
2497 typedef struct term_driver { struct
2498 bool isTerminfo;
2499 const char* (*td_name)(struct DriverTCB*);
2500 bool (*td_CanHandle)(struct DriverTCB*, const char*, int*);
2501 void (*td_init)(struct DriverTCB*);
2502 void (*td_release)(struct DriverTCB*);
2503 int (*td_size)(struct DriverTCB*, int* Line, int *Cols);
2504 int (*td_sgmode)(struct DriverTCB*, int setFlag, TTY*);
2505 chtype (*td_conattr)(struct DriverTCB*);
[all …]