From e62d711e091ebce0fca62b5ab48e4d97a6dbce10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 10 May 2007 13:21:21 +0000 Subject: added my own version of [pack] and [unpack] which do not have type-tagging svn path=/trunk/externals/zexy/; revision=7648 --- src/matchbox.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/matchbox.c') 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" -- cgit v1.2.1