[BACK]Return to format.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/format.c between version 1.244 and 1.245

version 1.244, 2020/04/18 09:00:31 version 1.245, 2020/04/18 14:21:39
Line 954 
Line 954 
 char *  char *
 format_grid_word(struct grid *gd, u_int x, u_int y)  format_grid_word(struct grid *gd, u_int x, u_int y)
 {  {
         struct grid_line        *gl;          const struct grid_line  *gl;
         struct grid_cell         gc;          struct grid_cell         gc;
         const char              *ws;          const char              *ws;
         struct utf8_data        *ud = NULL;          struct utf8_data        *ud = NULL;

Legend:
Removed from v.1.244  
changed lines
  Added in v.1.245