diff --git a/pd/nw/todo.txt b/pd/nw/todo.txt
index 7f77cba582031c133fc486341be2a7ff454b9063..1e87139541fbba09b1b17dd74ef70f805ef0f1e4 100644
--- a/pd/nw/todo.txt
+++ b/pd/nw/todo.txt
@@ -232,6 +232,10 @@ Everything else: (A [x] means we've fixed it)
 [ ] control main object font color from css
 [x] check new_object_textentry on editmode change
 [ ] check if [key] and [keyup] handle autorepeat the same way
+[ ] gui_vmess: should it look like this:
+        (void *x, "msg", "arg_format", ...)
+    or as it currently looks, like this:
+        ("msg", "arg_format", ...)
 
 Crashers
 --------