usr.bin/tmux/tmux.h
1570
struct tty_term {
usr.bin/tmux/tmux.h
2668
void tty_term_apply(struct tty_term *, const char *, int);
usr.bin/tmux/tmux.h
2669
void tty_term_apply_overrides(struct tty_term *);
usr.bin/tmux/tmux.h
2672
void tty_term_free(struct tty_term *);
usr.bin/tmux/tmux.h
2676
int tty_term_has(struct tty_term *, enum tty_code_code);
usr.bin/tmux/tmux.h
2677
const char *tty_term_string(struct tty_term *, enum tty_code_code);
usr.bin/tmux/tmux.h
2678
const char *tty_term_string_i(struct tty_term *, enum tty_code_code, int);
usr.bin/tmux/tmux.h
2679
const char *tty_term_string_ii(struct tty_term *, enum tty_code_code, int,
usr.bin/tmux/tmux.h
2681
const char *tty_term_string_iii(struct tty_term *, enum tty_code_code, int,
usr.bin/tmux/tmux.h
2683
const char *tty_term_string_s(struct tty_term *, enum tty_code_code,
usr.bin/tmux/tmux.h
2685
const char *tty_term_string_ss(struct tty_term *, enum tty_code_code,
usr.bin/tmux/tmux.h
2687
int tty_term_number(struct tty_term *, enum tty_code_code);
usr.bin/tmux/tmux.h
2688
int tty_term_flag(struct tty_term *, enum tty_code_code);
usr.bin/tmux/tmux.h
2689
const char *tty_term_describe(struct tty_term *, enum tty_code_code);
usr.bin/tmux/tmux.h
2694
int tty_apply_features(struct tty_term *, int);