about summary refs log tree commit diff stats
path: root/071print.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-08-15 06:06:05 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-08-15 06:06:05 -0700
commitde111e09272843c2ef12a6684e2a07d5a692550c (patch)
tree6f0dc3327f621032057fbdb173f508ecd5f38bfd /071print.mu
parentbca93275ca58cafc638615caa3652ee2185c29da (diff)
downloadmu-de111e09272843c2ef12a6684e2a07d5a692550c.tar.gz
2014 - stop redundant prints on left-click
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)