[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.905 and 1.906

version 1.905, 2019/05/25 07:18:20 version 1.906, 2019/05/26 17:34:45
Line 2219 
Line 2219 
 void     grid_reflow(struct grid *, u_int);  void     grid_reflow(struct grid *, u_int);
 void     grid_wrap_position(struct grid *, u_int, u_int, u_int *, u_int *);  void     grid_wrap_position(struct grid *, u_int, u_int, u_int *, u_int *);
 void     grid_unwrap_position(struct grid *, u_int *, u_int *, u_int, u_int);  void     grid_unwrap_position(struct grid *, u_int *, u_int *, u_int, u_int);
   u_int    grid_line_length(struct grid *, u_int);
   
 /* grid-view.c */  /* grid-view.c */
 void     grid_view_get_cell(struct grid *, u_int, u_int, struct grid_cell *);  void     grid_view_get_cell(struct grid *, u_int, u_int, struct grid_cell *);
Line 2583 
Line 2584 
 char            *utf8_tocstr(struct utf8_data *);  char            *utf8_tocstr(struct utf8_data *);
 u_int            utf8_cstrwidth(const char *);  u_int            utf8_cstrwidth(const char *);
 char            *utf8_padcstr(const char *, u_int);  char            *utf8_padcstr(const char *, u_int);
   int              utf8_cstrhas(const char *, const struct utf8_data *);
   
 /* procname.c */  /* procname.c */
 char   *get_proc_name(int, char *);  char   *get_proc_name(int, char *);
Line 2598 
Line 2600 
 __dead void printflike(1, 2) fatalx(const char *, ...);  __dead void printflike(1, 2) fatalx(const char *, ...);
   
 /* menu.c */  /* menu.c */
 struct menu     *menu_create(const char *, struct client *,  struct menu     *menu_create(const char *, struct cmdq_item *, 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.905  
changed lines
  Added in v.1.906