tty_term
struct tty_term *term;
LIST_ENTRY(tty_term) entry;
LIST_HEAD(tty_terms, tty_term);
struct tty_term *term;
struct tty_term *tty_term_create(struct tty *, char *, char **, u_int, int *,
tty_apply_features(struct tty_term *term, int feat)
tty_term_apply(struct tty_term *term, const char *capabilities, int quiet)
tty_term_apply_overrides(struct tty_term *term)
struct tty_term *
struct tty_term *term;
tty_term_free(struct tty_term *term)
tty_term_has(struct tty_term *term, enum tty_code_code code)
tty_term_string(struct tty_term *term, enum tty_code_code code)
tty_term_string_i(struct tty_term *term, enum tty_code_code code, int a)
tty_term_string_ii(struct tty_term *term, enum tty_code_code code, int a, int b)
tty_term_string_iii(struct tty_term *term, enum tty_code_code code, int a,
tty_term_string_s(struct tty_term *term, enum tty_code_code code, const char *a)
tty_term_string_ss(struct tty_term *term, enum tty_code_code code,
tty_term_number(struct tty_term *term, enum tty_code_code code)
tty_term_flag(struct tty_term *term, enum tty_code_code code)
tty_term_describe(struct tty_term *term, enum tty_code_code code)
struct tty_term *term = tty->term;
struct tty_term *term = tty->term;