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

Diff for /src/usr.bin/tmux/mode-tree.c between version 1.3 and 1.4

version 1.3, 2017/06/07 14:37:30 version 1.4, 2017/06/07 15:27:46
Line 595 
Line 595 
                         continue;                          continue;
                 }                  }
                 if (mtd->searchcb(mtd->modedata, mti->itemdata, mtd->ss))                  if (mtd->searchcb(mtd->modedata, mti->itemdata, mtd->ss))
                     return (mti);                          return (mti);
         }          }
         return (NULL);          return (NULL);
 }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4