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

Diff for /src/usr.bin/tmux/window-clock.c between version 1.13 and 1.14

version 1.13, 2015/09/14 13:22:02 version 1.14, 2015/10/27 15:58:43
Line 204 
Line 204 
         struct tm                       *tm;          struct tm                       *tm;
         u_int                            i, j, x, y, idx;          u_int                            i, j, x, y, idx;
   
         colour = options_get_number(&wp->window->options, "clock-mode-colour");          colour = options_get_number(wp->window->options, "clock-mode-colour");
         style = options_get_number(&wp->window->options, "clock-mode-style");          style = options_get_number(wp->window->options, "clock-mode-style");
   
         screen_write_start(&ctx, NULL, s);          screen_write_start(&ctx, NULL, s);
   

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