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

Diff for /src/usr.bin/tmux/colour.c between version 1.7 and 1.8

version 1.7, 2015/02/07 23:43:41 version 1.8, 2015/03/31 17:45:10
Line 147 
Line 147 
         static char     s[32];          static char     s[32];
   
         if (c & 0x100) {          if (c & 0x100) {
                 xsnprintf(s, sizeof s, "colour%u", c & ~0x100);                  xsnprintf(s, sizeof s, "colour%d", c & ~0x100);
                 return (s);                  return (s);
         }          }
   

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