From d138f0c956317cfadce0759012209dfd72111bb9 Mon Sep 17 00:00:00 2001 From: Andreev Gregory <1@example.com> Date: Mon, 3 Mar 2025 20:45:53 +0300 Subject: [PATCH] Colored Caret + alpha patch fix --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index a5e6fd5..1fb5a41 100644 --- a/config.def.h +++ b/config.def.h @@ -27,6 +27,7 @@ static const unsigned int alphas[SchemeLast][2] = { [SchemeNorm] = { OPAQUE, alpha }, [SchemeSel] = { OPAQUE, alpha }, [SchemeOut] = { OPAQUE, alpha }, + [SchemeCaret] = { OPAQUE, OPAQUE }, }; /*