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

Diff for /src/usr.bin/tmux/input.c between version 1.46 and 1.47

version 1.46, 2012/01/21 08:12:03 version 1.47, 2012/01/21 08:23:12
Line 1436 
Line 1436 
                 case 106:                  case 106:
                 case 107:                  case 107:
                         gc->flags &= ~GRID_FLAG_BG256;                          gc->flags &= ~GRID_FLAG_BG256;
                         gc->bg = n;                          gc->bg = n - 10;
                         break;                          break;
                 }                  }
         }          }

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47