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

Diff for /src/usr.bin/tmux/window-copy.c between version 1.92 and 1.93

version 1.92, 2013/07/05 14:41:36 version 1.93, 2013/07/05 14:44:06
Line 1116 
Line 1116 
         struct options                  *oo = &wp->window->options;          struct options                  *oo = &wp->window->options;
         struct grid_cell                 gc;          struct grid_cell                 gc;
         char                             hdr[32];          char                             hdr[32];
         size_t                           last, xoff = 0, size = 0;          size_t                           last, xoff = 0, size = 0;
   
         window_mode_attrs(&gc, oo);          window_mode_attrs(&gc, oo);
   

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93