From e588343d89bb219497ff3056bffe5759dbb98436 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Tue, 4 Aug 2026 23:59:01 +0200 Subject: Add a bunch of todos --- src/ray.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ray.c') diff --git a/src/ray.c b/src/ray.c index 5000599..9544ea5 100644 --- a/src/ray.c +++ b/src/ray.c @@ -14,6 +14,8 @@ #define MAX_FONTSIZE 100 +/* TODO: make the display scale better with window size */ + static struct calc_data calcs[CALC_COUNT] = {0}; static int current_idx = 0; -- cgit v1.2.3