summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-28 12:08:36 -0500
committerpommicket <pommicket@gmail.com>2022-12-28 12:08:36 -0500
commit92e8db6a364b8d1c38f3c15b8e040f6fb7c564f0 (patch)
tree36339bd5be0ef47a4bc1e6383602d74af8fab496 /ted.h
parent11df4f10197d67e5b61898bd98cdfccc1159dd26 (diff)
nice signature help (still needs work)
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ted.h b/ted.h
index aa475f8..0f6bcdf 100644
--- a/ted.h
+++ b/ted.h
@@ -430,7 +430,7 @@ typedef struct {
// "signature help" (LSP) is thing that shows the current parameter, etc.
typedef struct {
- bool open;
+ // if signature_count = 0, signature help is closed
u16 signature_count;
Signature signatures[SIGNATURE_HELP_MAX];
} SignatureHelp;