summaryrefslogtreecommitdiff
path: root/ted-internal.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-08-06 10:59:07 -0400
committerpommicket <pommicket@gmail.com>2023-08-06 10:59:07 -0400
commit413e8f4ba1c5937de40f6366a88c26f540cbb222 (patch)
tree2e4240cfd72bdd23c5ee85e5a94e97717af95a45 /ted-internal.h
parent5891bf8f920be9cfa40cc03e86c16e6406943c20 (diff)
new menu system all done
Diffstat (limited to 'ted-internal.h')
-rw-r--r--ted-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ted-internal.h b/ted-internal.h
index 83a088d..b2f54bf 100644
--- a/ted-internal.h
+++ b/ted-internal.h
@@ -749,6 +749,7 @@ void autocomplete_frame(Ted *ted);
void autocomplete_process_lsp_response(Ted *ted, const LSPResponse *response);
// === ide-definitions.c ===
+void definitions_init(Ted *ted);
/// go to the definition of `name`.
/// if `lsp` is NULL, tags will be used.
/// Note: the document position is required for LSP requests because of overloading (where the name
@@ -808,6 +809,7 @@ void menu_shell_move(Ted *ted, int direction);
void menu_shell_up(Ted *ted);
/// move to next command
void menu_shell_down(Ted *ted);
+Rect selection_menu_render_bg(Ted *ted);
// === node.c ===
void node_free(Node *node);