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

Diff for /src/usr.bin/tmux/Attic/window-choose.c between version 1.70 and 1.71

version 1.70, 2015/11/18 14:27:44 version 1.71, 2015/12/08 08:34:18
Line 186 
Line 186 
         wcd = xmalloc(sizeof *wcd);          wcd = xmalloc(sizeof *wcd);
         wcd->type = type;          wcd->type = type;
   
         wcd->ft = format_create();          wcd->ft = format_create(0);
         wcd->ft_template = NULL;          wcd->ft_template = NULL;
   
         wcd->command = NULL;          wcd->command = NULL;

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71