From 9d460b1c0cb573fc56799de236a1a8dd4cc6cdc0 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 8 Apr 2026 09:53:37 -0400 Subject: Move color and noclick intialization to config. 7556 bytes free. --- src/config.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index ff25ea1..8470cc2 100644 --- a/src/config.h +++ b/src/config.h @@ -13,6 +13,4 @@ typedef struct { char disable_keyclick; } conf_t; -extern conf_t *conf; - #define config (*(conf_t *)0x0400) -- cgit v1.2.3