[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.1150 and 1.1151

version 1.1150, 2021/10/25 21:21:16 version 1.1151, 2021/10/26 12:22:23
Line 2032 
Line 2032 
 /* format-draw.c */  /* format-draw.c */
 void             format_draw(struct screen_write_ctx *,  void             format_draw(struct screen_write_ctx *,
                      const struct grid_cell *, u_int, const char *,                       const struct grid_cell *, u_int, const char *,
                      struct style_ranges *);                       struct style_ranges *, int);
 u_int            format_width(const char *);  u_int            format_width(const char *);
 char            *format_trim_left(const char *, u_int);  char            *format_trim_left(const char *, u_int);
 char            *format_trim_right(const char *, u_int);  char            *format_trim_right(const char *, u_int);

Legend:
Removed from v.1.1150  
changed lines
  Added in v.1.1151