From 34e31d33defb922ad464857487469c5659bbefcc Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Thu, 23 Oct 2025 22:50:55 -0400 Subject: fix fancy scroll freaking out if item is too long --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 1c67269..8deca15 100644 --- a/config.h +++ b/config.h @@ -2,11 +2,13 @@ #define CONFIG_H_ #include +#include typedef struct { float r,g,b,a; } color_t; +static const bool fancy_scroll = false; static const uint32_t min_width = 500; static const uint32_t font_size = 16; static const color_t text_color = {0.85, 0.85, 0.85, 1.0}; -- cgit v1.2.3