aboutsummaryrefslogtreecommitdiff
path: root/src/matchbox.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-05-10 13:21:21 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-05-10 13:21:21 +0000
commite62d711e091ebce0fca62b5ab48e4d97a6dbce10 (patch)
tree1ae769f6fbad0598be174dd4d47b463396053ac3 /src/matchbox.c
parent1161a321930269de225ed62d0eb18094a2cb3645 (diff)
added my own version of [pack] and [unpack] which do not have type-tagging
svn path=/trunk/externals/zexy/; revision=7648
Diffstat (limited to 'src/matchbox.c')
-rw-r--r--src/matchbox.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/matchbox.c b/src/matchbox.c
index 3c6cec0..6e5eeea 100644
--- a/src/matchbox.c
+++ b/src/matchbox.c
@@ -14,6 +14,13 @@
*
******************************************************/
+// LATER: add a creation argument to specify the initial search mode
+
+// LATER: bind a "name" to the [matchbox] so several objects can share the same entries
+// if no name is given at creation time, the entries are local only
+
+// even LATER: dynamically bind to several searchlists (via "set" message)
+
#include "zexy.h"