[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.895 and 1.896

version 1.895, 2019/05/10 18:04:06 version 1.896, 2019/05/12 07:27:08
Line 2551 
Line 2551 
 __dead void printflike(1, 2) fatalx(const char *, ...);  __dead void printflike(1, 2) fatalx(const char *, ...);
   
 /* menu.c */  /* menu.c */
 struct menu     *menu_create_from_items(struct menu_item *, u_int,  struct menu     *menu_create(const char *, struct client *,
                     struct client *, struct cmd_find_state *, const char *);  
 struct menu     *menu_create_from_string(const char *, struct client *,  
                     struct cmd_find_state *, const char *);                      struct cmd_find_state *, const char *);
 void             menu_free(struct menu *);  void             menu_free(struct menu *);
 int              menu_display(struct menu *, int, struct cmdq_item *, u_int,  int              menu_display(struct menu *, int, struct cmdq_item *, u_int,

Legend:
Removed from v.1.895  
changed lines
  Added in v.1.896