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

Diff for /src/usr.bin/tmux/style.c between version 1.13 and 1.14

version 1.13, 2017/01/15 20:48:41 version 1.14, 2017/03/22 07:16:54
Line 31 
Line 31 
         struct grid_cell        savedgc;          struct grid_cell        savedgc;
         const char              delimiters[] = " ,";          const char              delimiters[] = " ,";
         char                    tmp[32];          char                    tmp[32];
         int                     val;          int                     val, fg, bg, attr, flags;
         size_t                  end;          size_t                  end;
         int                     fg, bg;  
         u_char                  attr, flags;  
   
         if (*in == '\0')          if (*in == '\0')
                 return (0);                  return (0);

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14