about summary refs log tree commit diff stats
path: root/shell/sandbox.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-06-08 20:47:07 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-06-08 20:47:07 -0700
commit139620e3d21d40fefe0531add1d285e059177dfc (patch)
tree940d60e8eabe7b5c2fe19300e2a077076e99f561 /shell/sandbox.mu
parente375f0104c13f114f9f5260bce8f0ab57b0c12f3 (diff)
downloadmu-139620e3d21d40fefe0531add1d285e059177dfc.tar.gz
shell: function modal now also creates functions
Diffstat (limited to 'shell/sandbox.mu')
-rw-r--r--shell/sandbox.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/sandbox.mu b/shell/sandbox.mu
index 371e1499..a9f58c13 100644
--- a/shell/sandbox.mu
+++ b/shell/sandbox.mu
@@ -14,7 +14,7 @@ fn initialize-sandbox _self: (addr sandbox), fake-screen-and-keyboard?: boolean
   var data-ah/eax: (addr handle gap-buffer) <- get self, data
   allocate data-ah
   var data/eax: (addr gap-buffer) <- lookup *data-ah
-  initialize-gap-buffer data, 0x2000/8KB
+  initialize-gap-buffer data, 0x2000/default-gap-buffer-size=8KB
   #
   var value-ah/eax: (addr handle stream byte) <- get self, value
   populate-stream value-ah, 0x1000/4KB