H A D | term.h | 23 struct termp; 47 typedef void (*term_margin)(struct termp *, const void *); 54 struct termp { struct 92 void (*letter)(struct termp *, int); argument 93 void (*begin)(struct termp *); argument 94 void (*end)(struct termp *); argument 95 void (*endline)(struct termp *); argument 96 void (*advance)(struct termp *, size_t); argument 97 size_t (*width)(const struct termp *, int); argument 98 double (*hspan)(const struct termp *, argument [all …]
|