[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.695 and 1.696

version 1.695, 2017/01/13 11:56:43 version 1.696, 2017/01/13 11:58:49
Line 1636 
Line 1636 
 long long options_get_number(struct options *, const char *);  long long options_get_number(struct options *, const char *);
 struct options_entry *options_set_style(struct options *, const char *, int,  struct options_entry *options_set_style(struct options *, const char *, int,
             const char *);              const char *);
 struct grid_cell *options_get_style(struct options *, const char *);  const struct grid_cell *options_get_style(struct options *, const char *);
   
 /* options-table.c */  /* options-table.c */
 extern const struct options_table_entry options_table[];  extern const struct options_table_entry options_table[];

Legend:
Removed from v.1.695  
changed lines
  Added in v.1.696