about summary refs log tree commit diff stats
path: root/081print.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-01-22 08:59:38 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-01-22 08:59:38 -0800
commit6cb233fc43239c67caffadbd47e51594232e23bd (patch)
tree4a21f8ab2c8e988b1a838c6637d4be08e3f68bfd /081print.mu
parent3151fb2387439475e12a354f2905a77ccb80ca19 (diff)
downloadmu-6cb233fc43239c67caffadbd47e51594232e23bd.tar.gz
2586 - show first sandbox with error in status
Diffstat (limited to '081print.mu')
-rw-r--r--081print.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/081print.mu b/081print.mu
index 464e1320..1683b308 100644
--- a/081print.mu
+++ b/081print.mu
@@ -127,6 +127,7 @@ recipe print screen:address:shared:screen, c:character -> screen:address:shared:
     reply-unless legal?
     legal? <- lesser-than *column, width
     reply-unless legal?
+#?     $print [print-character (], *row, [, ], *column, [): ], c, 10/newline
     # special-case: newline
     {
       newline?:boolean <- equal c, 10/newline