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

Diff for /src/usr.bin/tmux/Attic/cmd-unlink-window.c between version 1.8 and 1.9

version 1.8, 2009/11/13 19:53:29 version 1.9, 2009/12/03 22:50:10
Line 63 
Line 63 
                 ctx->error(ctx, "window is only linked to one session");                  ctx->error(ctx, "window is only linked to one session");
                 return (-1);                  return (-1);
         }          }
   
         server_unlink_window(s, wl);          server_unlink_window(s, wl);
         recalculate_sizes();          recalculate_sizes();
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9