[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.100 and 1.101

version 1.100, 2014/01/22 22:32:15 version 1.101, 2014/01/28 23:07:09
Line 1173 
Line 1173 
         char                             hdr[512];          char                             hdr[512];
         size_t                           last, xoff = 0, size = 0, limit;          size_t                           last, xoff = 0, size = 0, limit;
   
         window_mode_attrs(&gc, oo);          style_apply(&gc, oo, "mode-style");
   
         last = screen_size_y(s) - 1;          last = screen_size_y(s) - 1;
         if (py == 0) {          if (py == 0) {
Line 1290 
Line 1290 
                 return (0);                  return (0);
   
         /* Set colours. */          /* Set colours. */
         window_mode_attrs(&gc, oo);          style_apply(&gc, oo, "mode-style");
   
         /* Find top of screen. */          /* Find top of screen. */
         ty = screen_hsize(data->backing) - data->oy;          ty = screen_hsize(data->backing) - data->oy;

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101