about summary refs log tree commit diff stats
path: root/shell/print.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-05-06 15:46:54 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-05-06 16:42:08 -0700
commita54c6f2ee7bff0c7d459c4a3cede660ed02a5072 (patch)
tree854f57ba7dcba68f9160aa9e1b59c215a2c8230f /shell/print.mu
parenteffbe423a71cbc02d525bb9978d92d57041ca751 (diff)
downloadmu-a54c6f2ee7bff0c7d459c4a3cede660ed02a5072.tar.gz
belatedly migrate stale example definitions
Also bare-bones syntax highlighting for .limg files. Doesn't work when
.limg file is first file opened with Vim.
Diffstat (limited to 'shell/print.mu')
-rw-r--r--shell/print.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/print.mu b/shell/print.mu
index fce0490a..542c59a4 100644
--- a/shell/print.mu
+++ b/shell/print.mu
@@ -83,7 +83,7 @@ fn print-cell _in: (addr handle cell), out: (addr stream byte), trace: (addr tra
 
 # debug helper
 fn dump-cell-at-top-right in-ah: (addr handle cell) {
-  var stream-storage: (stream byte 0x200)
+  var stream-storage: (stream byte 0x1000)
   var stream/edx: (addr stream byte) <- address stream-storage
   print-cell in-ah, stream, 0/no-trace
   var d1/eax: int <- copy 0