summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
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 {