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

Diff for /src/usr.bin/tmux/cmd-list-windows.c between version 1.21 and 1.22

version 1.21, 2012/05/28 08:00:46 version 1.22, 2012/07/10 11:53:01
Line 18 
Line 18 
   
 #include <sys/types.h>  #include <sys/types.h>
   
   #include <stdlib.h>
 #include <unistd.h>  #include <unistd.h>
   
 #include "tmux.h"  #include "tmux.h"
Line 103 
Line 104 
   
                 line = format_expand(ft, template);                  line = format_expand(ft, template);
                 ctx->print(ctx, "%s", line);                  ctx->print(ctx, "%s", line);
                 xfree(line);                  free(line);
   
                 format_free(ft);                  format_free(ft);
                 n++;                  n++;

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22