about summary refs log tree commit diff stats
path: root/071print.mu
diff options
context:
space:
mode:
Diffstat (limited to '071print.mu')
-rw-r--r--071print.mu2
1 files changed, 2 insertions, 0 deletions
diff --git a/071print.mu b/071print.mu
index 82677f7e..4a9241a5 100644
--- a/071print.mu
+++ b/071print.mu
@@ -586,6 +586,7 @@ recipe hide-screen [
   local-scope
   screen:address <- next-ingredient
   # if x exists (not real display), do nothing
+  # todo: help test this
   {
     break-unless screen
     reply screen
@@ -599,6 +600,7 @@ recipe show-screen [
   local-scope
   screen:address <- next-ingredient
   # if x exists (not real display), do nothing
+  # todo: help test this
   {
     break-unless screen
     reply screen