[BACK]Return to cmd-select-pane.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-select-pane.c between version 1.3 and 1.4

version 1.3, 2009/07/14 07:23:36 version 1.4, 2009/07/19 13:21:40
Line 63 
Line 63 
                 return (-1);                  return (-1);
         }          }
         window_set_active_pane(wl->window, wp);          window_set_active_pane(wl->window, wp);
         layout_refresh(wl->window, 1);  
   
         return (0);          return (0);
 }  }

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