[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.259 and 1.260

version 1.259, 2011/01/01 01:12:09 version 1.260, 2011/01/01 03:32:28
Line 1426 
Line 1426 
   
 /* tty-term.c */  /* tty-term.c */
 extern struct tty_terms tty_terms;  extern struct tty_terms tty_terms;
 extern struct tty_term_code_entry tty_term_codes[NTTYCODE];  extern const struct tty_term_code_entry tty_term_codes[NTTYCODE];
 struct tty_term *tty_term_find(char *, int, const char *, char **);  struct tty_term *tty_term_find(char *, int, const char *, 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);

Legend:
Removed from v.1.259  
changed lines
  Added in v.1.260