summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-22 18:55:15 -0500
committerpommicket <pommicket@gmail.com>2022-12-22 18:56:41 -0500
commit91ff61cc22c08e2c247b6b689561e6d18cf276e7 (patch)
treef8025b141122ba219fbe45a1a9c2770e49d76905 /ted.h
parent2667c71e71d77ecade1142c133ed7181ce38c664 (diff)
detail text
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 a2c0c98..d56f3ab 100644
--- a/ted.h
+++ b/ted.h
@@ -356,6 +356,7 @@ typedef struct {
char *label;
char *filter;
char *text;
+ char *detail; // this can be NULL!
} Autocompletion;
typedef struct {