[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.109 and 1.110

version 1.109, 2009/09/21 07:00:09 version 1.110, 2009/09/21 14:46:47
Line 1238 
Line 1238 
 int     tty_keys_next(struct tty *, int *, u_char *);  int     tty_keys_next(struct tty *, int *, u_char *);
   
 /* options-cmd.c */  /* options-cmd.c */
   const char *set_option_print(
               const struct set_option_entry *, struct options_entry *);
 void    set_option_string(struct cmd_ctx *,  void    set_option_string(struct cmd_ctx *,
             struct options *, const struct set_option_entry *, char *, int);              struct options *, const struct set_option_entry *, char *, int);
 void    set_option_number(struct cmd_ctx *,  void    set_option_number(struct cmd_ctx *,

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.110