From fcc7690a513c89fd8bf1243089ce368b51e4fde7 Mon Sep 17 00:00:00 2001 From: Matthew Mondor Date: Thu, 14 Apr 2022 09:50:29 -0400 Subject: [PATCH] Fix compiler warning --- hacks/analogterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacks/analogterm.c b/hacks/analogterm.c index 3530d13..9d29dbc 100644 --- a/hacks/analogterm.c +++ b/hacks/analogterm.c @@ -117,7 +117,7 @@ at_insert(analogterm_state_t *st, int many) *mptr = st->mode & TMODE_BGCOLOR; } -static smooth_scroll_offset = 0; +static int smooth_scroll_offset = 0; static int cursor_waitnext = 2; static bool cursor_laststate = false; -- 2.9.0