diff options
author | pommicket <pommicket@gmail.com> | 2022-12-28 12:08:36 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-28 12:08:36 -0500 |
commit | 92e8db6a364b8d1c38f3c15b8e040f6fb7c564f0 (patch) | |
tree | 36339bd5be0ef47a4bc1e6383602d74af8fab496 /ted.h | |
parent | 11df4f10197d67e5b61898bd98cdfccc1159dd26 (diff) |
nice signature help (still needs work)
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |