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

Diff for /src/usr.bin/tmux/tty.c between version 1.79 and 1.80

version 1.79, 2009/12/14 21:33:38 version 1.80, 2009/12/26 10:39:02
Line 1231 
Line 1231 
         if (fg == tc->fg && bg == tc->bg &&          if (fg == tc->fg && bg == tc->bg &&
             ((flags ^ tc->flags) & (GRID_FLAG_FG256|GRID_FLAG_BG256)) == 0)              ((flags ^ tc->flags) & (GRID_FLAG_FG256|GRID_FLAG_BG256)) == 0)
                 return;                  return;
         log_debug("fg was %hhu, now %hhu", tc->fg, fg);  
   
         /*          /*
          * Is either the default colour? This is handled specially because the           * Is either the default colour? This is handled specially because the

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80