From c8fe98bf37f5364543b365d6d423a785c3c66452 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Thu, 4 Mar 2021 09:48:53 -0500 Subject: completion working, it seems --- ted.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ted.h') diff --git a/ted.h b/ted.h index baad978..c99cab8 100644 --- a/ted.h +++ b/ted.h @@ -280,6 +280,7 @@ typedef struct Ted { bool building; // is the build process running? bool autocomplete; // is the autocomplete window open? + i32 autocomplete_cursor; // which completion is currently selected Rect autocomplete_rect; // rectangle where the autocomplete menu is (needed to avoid interpreting autocomplete clicks as other clicks) FILE *log; -- cgit v1.2.3