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

Diff for /src/usr.bin/tmux/server.c between version 1.32 and 1.33

version 1.32, 2009/09/07 21:12:12 version 1.33, 2009/09/10 17:16:24
Line 601 
Line 601 
         style = options_get_number(&global_w_options, "clock-mode-style");          style = options_get_number(&global_w_options, "clock-mode-style");
   
         memcpy(&gc, &grid_default_cell, sizeof gc);          memcpy(&gc, &grid_default_cell, sizeof gc);
         gc.fg = colour;          colour_set_fg(&gc, colour);
         gc.attr |= GRID_ATTR_BRIGHT;          gc.attr |= GRID_ATTR_BRIGHT;
   
         screen_init(&screen, xx, yy, 0);          screen_init(&screen, xx, yy, 0);

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33