[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.6 and 1.7

version 1.6, 2015/04/15 15:44:40 version 1.7, 2015/05/07 11:42:56
Line 168 
Line 168 
   
         o = options_find1(oo, newname);          o = options_find1(oo, newname);
         if (o == NULL)          if (o == NULL)
                 o = options_set_style (oo, newname, "default", 0);                  o = options_set_style(oo, newname, "default", 0);
         gc = &o->style;          gc = &o->style;
   
         o = options_find1(oo, name);          o = options_find1(oo, name);
         if (o == NULL)          if (o == NULL)
                 o = options_set_number (oo, name, 8);                  o = options_set_number(oo, name, 8);
         value = o->num;          value = o->num;
   
         if (strstr(name, "-bg") != NULL)          if (strstr(name, "-bg") != NULL)

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7