mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-27 21:23:11 +02:00
Move struct options into options.c.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user