[BACK]Return to tmux.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.h between version 1.1012 and 1.1013

version 1.1012, 2020/04/20 14:59:31 version 1.1013, 2020/04/20 15:37:32
Line 1997 
Line 1997 
 extern struct tty_terms tty_terms;  extern struct tty_terms tty_terms;
 u_int            tty_term_ncodes(void);  u_int            tty_term_ncodes(void);
 void             tty_term_apply(struct tty_term *, const char *, int);  void             tty_term_apply(struct tty_term *, const char *, int);
   void             tty_term_apply_overrides(struct tty_term *);
 struct tty_term *tty_term_create(struct tty *, char *, int *, int, char **);  struct tty_term *tty_term_create(struct tty *, char *, int *, int, char **);
 void             tty_term_free(struct tty_term *);  void             tty_term_free(struct tty_term *);
 int              tty_term_has(struct tty_term *, enum tty_code_code);  int              tty_term_has(struct tty_term *, enum tty_code_code);
Line 2017 
Line 2018 
 /* tty-features.c */  /* tty-features.c */
 void             tty_add_features(int *, const char *, const char *);  void             tty_add_features(int *, const char *, const char *);
 const char      *tty_get_features(int);  const char      *tty_get_features(int);
 void             tty_apply_features(struct tty_term *, int);  int              tty_apply_features(struct tty_term *, int);
   
 /* tty-acs.c */  /* tty-acs.c */
 int              tty_acs_needed(struct tty *);  int              tty_acs_needed(struct tty *);

Legend:
Removed from v.1.1012  
changed lines
  Added in v.1.1013