aboutsummaryrefslogtreecommitdiff
path: root/window-clock.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-10-27 23:27:26 +0000
committerThomas Adam <thomas@xteddy.org>2015-10-27 23:27:26 +0000
commitda1f6fc2c8477c99e986061bcdd7c3e854a60076 (patch)
treef5934e2f96c43f80bad7e3a219230d6337c9d208 /window-clock.c
parent147b5ae5145dc29e9bf4d0ebbc635939b6fdc60b (diff)
parent44657bf932b068aff5ce1019a4e8a2e7b00b5321 (diff)
downloadrtmux-da1f6fc2c8477c99e986061bcdd7c3e854a60076.tar.gz
rtmux-da1f6fc2c8477c99e986061bcdd7c3e854a60076.tar.bz2
rtmux-da1f6fc2c8477c99e986061bcdd7c3e854a60076.zip
Merge branch 'obsd-master'
Conflicts: Makefile client.c server-client.c server.c tmux.c tmux.h
Diffstat (limited to 'window-clock.c')
-rw-r--r--window-clock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/window-clock.c b/window-clock.c
index 5bc546a9..e366714b 100644
--- a/window-clock.c
+++ b/window-clock.c
@@ -204,8 +204,8 @@ window_clock_draw_screen(struct window_pane *wp)
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");
+ 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);