From 92e8db6a364b8d1c38f3c15b8e040f6fb7c564f0 Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 28 Dec 2022 12:08:36 -0500 Subject: nice signature help (still needs work) --- ted.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ted.h') 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; -- cgit v1.2.3