summaryrefslogtreecommitdiff
path: root/ted.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-01-30 13:36:03 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-01-30 13:36:03 -0500
commit2994bf93de60930af3855db7a230c27be77de4ef (patch)
treecdcfe86c1fbb0cab8752e53dc47b3154266b407f /ted.c
parentb35a780479bbf5038a825d415f9ca49c92f6b425 (diff)
middle click to close tab
Diffstat (limited to 'ted.c')
-rw-r--r--ted.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ted.c b/ted.c
index 0e8be05..bbb65d0 100644
--- a/ted.c
+++ b/ted.c
@@ -128,7 +128,7 @@ static i32 ted_new_node(Ted *ted) {
}
-static void node_tab_close(Ted *ted, Node *node, u16 index);
+static bool node_tab_close(Ted *ted, Node *node, u16 index);
// Open a new buffer. Fills out *tab to the index of the tab used, and *buffer_idx to the index of the buffer.
// Returns true on success.