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, 1 insertions, 1 deletions
diff --git a/071print.mu b/071print.mu
index 7b839390..9732ce2f 100644
--- a/071print.mu
+++ b/071print.mu
@@ -101,7 +101,7 @@ recipe print-character [
     break-if bg-color-found?
     bg-color <- copy 0/black
   }
-#?   trace 90, [app], [print character] #? 1
+  trace 90, [print-character], c
   {
     # if x exists
     # (handle special cases exactly like in the real screen)