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

Diff for /src/usr.bin/tmux/screen-write.c between version 1.26 and 1.27

version 1.26, 2009/09/15 15:14:09 version 1.27, 2009/10/12 11:08:02
Line 347 
Line 347 
                                         bg = defgc->bg;                                          bg = defgc->bg;
                         } else                          } else
                                 return;                                  return;
                   } else if (end > 2 && strncasecmp(tmp, "no", 2) == 0) {
                           if ((val = attributes_fromstring(tmp + 2)) == -1)
                                   return;
                           attr &= ~val;
                 } else {                  } else {
                         if ((val = attributes_fromstring(tmp)) == -1)                          if ((val = attributes_fromstring(tmp)) == -1)
                                 return;                                  return;

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27