about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-07-10 13:15:59 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-07-10 13:26:07 -0700
commit2337793f5566ed73ac12c68393e8f66ccd939b05 (patch)
tree961d23814fc4a487377c7ca949f5b54cd0e83641
parent1164aefc36a5f86d75625bcd096fac3b81043ea2 (diff)
downloadmu-2337793f5566ed73ac12c68393e8f66ccd939b05.tar.gz
1750
No, that's a false alarm. There's just a larger screen to manipulate.
But the size of the screen doesn't change in interactive mode.
-rw-r--r--071print.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/071print.mu b/071print.mu
index f568b8f3..eb81b20d 100644
--- a/071print.mu
+++ b/071print.mu
@@ -85,6 +85,7 @@ recipe print-character [
     break-if bg-color-found?:boolean
     bg-color:number <- copy 0:literal/black
   }
+#?   trace [app], [print character] #? 1
   {
     # if x exists
     # (handle special cases exactly like in the real screen)