[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.380 and 1.381

version 1.380, 2013/03/21 16:19:25 version 1.381, 2013/03/21 16:50:22
Line 1674 
Line 1674 
 const char      *tty_acs_get(struct tty *, u_char);  const char      *tty_acs_get(struct tty *, u_char);
   
 /* tty-keys.c */  /* tty-keys.c */
 void    tty_keys_init(struct tty *);  void    tty_keys_build(struct tty *);
 void    tty_keys_free(struct tty *);  void    tty_keys_free(struct tty *);
 int     tty_keys_next(struct tty *);  int     tty_keys_next(struct tty *);
   

Legend:
Removed from v.1.380  
changed lines
  Added in v.1.381