[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.13 and 1.14

version 1.13, 2009/12/03 22:50:10 version 1.14, 2010/01/11 23:46:22
Line 312 
Line 312 
         struct options                  *oo = &wp->window->options;          struct options                  *oo = &wp->window->options;
         struct screen                   *s = &data->screen;          struct screen                   *s = &data->screen;
         struct grid_cell                 gc;          struct grid_cell                 gc;
         int                              utf8flag;          int                              utf8flag, key;
         char                             key;  
   
         if (data->callbackfn == NULL)          if (data->callbackfn == NULL)
                 fatalx("called before callback assigned");                  fatalx("called before callback assigned");

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14