[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.89 and 1.90

version 1.89, 2017/04/28 19:13:55 version 1.90, 2017/05/01 12:20:55
Line 202 
Line 202 
         wcd = xmalloc(sizeof *wcd);          wcd = xmalloc(sizeof *wcd);
         wcd->type = type;          wcd->type = type;
   
         wcd->ft = format_create(NULL, FORMAT_NONE, 0);          wcd->ft = format_create(c, NULL, FORMAT_NONE, 0);
         wcd->ft_template = NULL;          wcd->ft_template = NULL;
   
         wcd->command = NULL;          wcd->command = NULL;

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.90