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

Diff for /src/usr.bin/tmux/Attic/cmd-previous-layout.c between version 1.5 and 1.6

version 1.5, 2009/11/13 19:53:29 version 1.6, 2009/12/03 22:50:10
Line 43 
Line 43 
         struct cmd_target_data  *data = self->data;          struct cmd_target_data  *data = self->data;
         struct winlink          *wl;          struct winlink          *wl;
         u_int                    layout;          u_int                    layout;
   
         if ((wl = cmd_find_window(ctx, data->target, NULL)) == NULL)          if ((wl = cmd_find_window(ctx, data->target, NULL)) == NULL)
                 return (-1);                  return (-1);
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6