summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-03-04 09:48:53 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-03-04 09:48:53 -0500
commitc8fe98bf37f5364543b365d6d423a785c3c66452 (patch)
tree17b6fe875c7c1cdc8e6f1dd398dbcbe6bf8ad3b0 /ted.h
parent6ef4720bba8fcb90bcbdca5d7766b76816fc58c5 (diff)
completion working, it seems
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h1
1 files changed, 1 insertions, 0 deletions
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;