[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.82 and 1.83

version 1.82, 2016/10/16 19:04:05 version 1.83, 2017/01/07 15:28:13
Line 796 
Line 796 
   
         last = screen_size_y(s) - 1;          last = screen_size_y(s) - 1;
         memcpy(&gc, &grid_default_cell, sizeof gc);          memcpy(&gc, &grid_default_cell, sizeof gc);
           gc.flags |= GRID_FLAG_NOPALETTE;
         if (data->selected == data->top + py)          if (data->selected == data->top + py)
                 style_apply(&gc, oo, "mode-style");                  style_apply(&gc, oo, "mode-style");
   

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83