[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.84 and 1.85

version 1.84, 2015/09/01 19:16:00 version 1.85, 2015/09/01 19:50:09
Line 878 
Line 878 
                 }                  }
                 if (itr->first == -1 || itr->last == -1) {                  if (itr->first == -1 || itr->last == -1) {
                         /* No transition? Eh? */                          /* No transition? Eh? */
                         fatalx("No transition from state!");                          fatalx("no transition from state");
                 }                  }
   
                 /*                  /*

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85