[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.23 and 1.24

version 1.23, 2018/02/28 08:55:44 version 1.24, 2018/08/02 11:44:07
Line 192 
Line 192 
         }          }
 }  }
   
 void  static void
 mode_tree_up(struct mode_tree_data *mtd, int wrap)  mode_tree_up(struct mode_tree_data *mtd, int wrap)
 {  {
         if (mtd->current == 0) {          if (mtd->current == 0) {

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24