=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/window-clock.c,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/tmux/window-clock.c 2015/09/14 13:22:02 1.13 --- src/usr.bin/tmux/window-clock.c 2015/10/27 15:58:43 1.14 *************** *** 1,4 **** ! /* $OpenBSD: window-clock.c,v 1.13 2015/09/14 13:22:02 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: window-clock.c,v 1.14 2015/10/27 15:58:43 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott *************** *** 204,211 **** struct tm *tm; u_int i, j, x, y, idx; ! colour = options_get_number(&wp->window->options, "clock-mode-colour"); ! style = options_get_number(&wp->window->options, "clock-mode-style"); screen_write_start(&ctx, NULL, s); --- 204,211 ---- struct tm *tm; u_int i, j, x, y, idx; ! colour = options_get_number(wp->window->options, "clock-mode-colour"); ! style = options_get_number(wp->window->options, "clock-mode-style"); screen_write_start(&ctx, NULL, s);