usr.bin/tmux/tmux.h
1684
struct tty_term {
usr.bin/tmux/tmux.h
2952
void tty_term_apply(struct tty_term *, const char *, int);
usr.bin/tmux/tmux.h
2953
void tty_term_apply_overrides(struct tty_term *);
usr.bin/tmux/tmux.h
2956
void tty_term_free(struct tty_term *);
usr.bin/tmux/tmux.h
2960
int tty_term_has(struct tty_term *, enum tty_code_code);
usr.bin/tmux/tmux.h
2961
int tty_term_has_name(struct tty_term *, const char *);
usr.bin/tmux/tmux.h
2962
const char *tty_term_string(struct tty_term *, enum tty_code_code);
usr.bin/tmux/tmux.h
2963
const char *tty_term_string_i(struct tty_term *, enum tty_code_code, int);
usr.bin/tmux/tmux.h
2964
const char *tty_term_string_ii(struct tty_term *, enum tty_code_code, int,
usr.bin/tmux/tmux.h
2966
const char *tty_term_string_iii(struct tty_term *, enum tty_code_code, int,
usr.bin/tmux/tmux.h
2968
const char *tty_term_string_s(struct tty_term *, enum tty_code_code,
usr.bin/tmux/tmux.h
2970
const char *tty_term_string_ss(struct tty_term *, enum tty_code_code,
usr.bin/tmux/tmux.h
2972
int tty_term_number(struct tty_term *, enum tty_code_code);
usr.bin/tmux/tmux.h
2973
int tty_term_flag(struct tty_term *, enum tty_code_code);
usr.bin/tmux/tmux.h
2974
const char *tty_term_describe(struct tty_term *, enum tty_code_code);
usr.bin/tmux/tmux.h
2979
int tty_feature_present(struct tty_term *, const char *);
usr.bin/tmux/tmux.h
2980
int tty_apply_features(struct tty_term *, int);