summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/menu.c b/menu.c
index c419e8c..84e58ca 100644
--- a/menu.c
+++ b/menu.c
@@ -1,3 +1,5 @@
+// deals with all of ted's menus ("open" menu, "save as" menu, etc.)
+
#include "ted.h"
static void menu_close_with_next(Ted *ted, Menu next) {