Searched defs:term_driver (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/lib/libcurses/ |
H A D | curses.priv.h | 2385 typedef struct term_driver { struct 2386 bool isTerminfo; 2387 const char* (*td_name)(struct DriverTCB*); 2388 bool (*td_CanHandle)(struct DriverTCB*, const char*, int*); 2389 void (*td_init)(struct DriverTCB*); 2390 void (*td_release)(struct DriverTCB*); 2391 int (*td_size)(struct DriverTCB*, int* Line, int *Cols); 2392 int (*td_sgmode)(struct DriverTCB*, int setFlag, TTY*); 2393 chtype (*td_conattr)(struct DriverTCB*); 2394 int (*td_hwcur)(struct DriverTCB*, int yold, int xold, int y, int x); [all …]
|
H A D | term.priv.h | 202 int (*term_driver)(struct DriverTCB*, const char*, int*); member
|