From daee4283b56603e172aac547c20c5534e588f60d Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 22 Dec 2022 23:46:17 -0500 Subject: finish up capabilities (for now) --- autocomplete.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autocomplete.c') diff --git a/autocomplete.c b/autocomplete.c index f6c6ff6..67da65a 100644 --- a/autocomplete.c +++ b/autocomplete.c @@ -361,7 +361,7 @@ static void autocomplete_frame(Ted *ted) { if (completion->deprecated) { gl_geometry_rect(rect(V2(label_x, y + (char_height - border_thickness) * 0.5f), V2((float)state.x - label_x, 1)), - colors[COLOR_TEXT]); + colors[label_color]); } y += char_height; -- cgit v1.2.3