about summary refs log tree commit diff stats
path: root/shell/global.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-04-15 20:56:52 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-04-15 20:56:52 -0700
commit0f760bd60c3861766b2e50009bf2b958f5f65f8b (patch)
tree260ba2978225a919399961c835b7abae7b5f86e8 /shell/global.mu
parentb2e0ce69ef7bda06971a29bb8a24ff915c53ffd1 (diff)
downloadmu-0f760bd60c3861766b2e50009bf2b958f5f65f8b.tar.gz
.
Diffstat (limited to 'shell/global.mu')
-rw-r--r--shell/global.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/global.mu b/shell/global.mu
index c8e849e2..3410654d 100644
--- a/shell/global.mu
+++ b/shell/global.mu
@@ -45,7 +45,7 @@ fn initialize-globals _self: (addr global-table) {
 }
 
 fn write-globals out: (addr stream byte), _self: (addr global-table) {
-  write out, "()\n"
+  write out, "  (globals . ())\n"
 }
 
 fn render-globals screen: (addr screen), _self: (addr global-table), xmin: int, ymin: int, xmax: int, ymax: int {