[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.929 and 1.930

version 1.929, 2019/09/23 15:41:11 version 1.930, 2019/10/23 07:42:05
Line 1787 
Line 1787 
 void             format_defaults_paste_buffer(struct format_tree *,  void             format_defaults_paste_buffer(struct format_tree *,
                      struct paste_buffer *);                       struct paste_buffer *);
 void             format_lost_client(struct client *);  void             format_lost_client(struct client *);
   char            *format_grid_word(struct grid *, u_int, u_int);
   char            *format_grid_line(struct grid *, u_int);
   
 /* format-draw.c */  /* format-draw.c */
 void             format_draw(struct screen_write_ctx *,  void             format_draw(struct screen_write_ctx *,

Legend:
Removed from v.1.929  
changed lines
  Added in v.1.930