mirror of
https://github.com/tmux/tmux.git
synced 2025-10-26 12:27:15 +00:00
This doesn't need to be u_int.
This commit is contained in:
@@ -113,8 +113,7 @@ window_clock_draw_screen(struct window_pane *wp)
|
||||
{
|
||||
struct window_clock_mode_data *data = wp->modedata;
|
||||
struct screen_write_ctx ctx;
|
||||
u_int colour;
|
||||
int style;
|
||||
int colour, style;
|
||||
|
||||
colour = options_get_number(&wp->window->options, "clock-mode-colour");
|
||||
style = options_get_number(&wp->window->options, "clock-mode-style");
|
||||
|
||||
Reference in New Issue
Block a user