[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.553 and 1.554

version 1.553, 2015/09/02 17:37:54 version 1.554, 2015/09/02 17:43:25
Line 1596 
Line 1596 
 void    tty_cmd_reverseindex(struct tty *, const struct tty_ctx *);  void    tty_cmd_reverseindex(struct tty *, const struct tty_ctx *);
 void    tty_cmd_setselection(struct tty *, const struct tty_ctx *);  void    tty_cmd_setselection(struct tty *, const struct tty_ctx *);
 void    tty_cmd_rawstring(struct tty *, const struct tty_ctx *);  void    tty_cmd_rawstring(struct tty *, const struct tty_ctx *);
 void    tty_bell(struct tty *);  
   
 /* tty-term.c */  /* tty-term.c */
 extern struct tty_terms tty_terms;  extern struct tty_terms tty_terms;

Legend:
Removed from v.1.553  
changed lines
  Added in v.1.554