summaryrefslogtreecommitdiff
path: root/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'node.c')
-rw-r--r--node.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/node.c b/node.c
index f22c507..e06664f 100644
--- a/node.c
+++ b/node.c
@@ -1,3 +1,5 @@
+// deals with ted's split-screen feature
+
#include "ted.h"
void node_switch_to_tab(Ted *ted, Node *node, u16 new_tab_index) {