about summary refs log tree commit diff stats
path: root/shell/main.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-04-25 17:49:39 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-04-25 17:49:39 -0700
commit35a6f3cc996c0ba3cfd06231aba8c06c71fd429f (patch)
tree6500eedefa689a8efa25cc8e7b2f147c7fbe86ef /shell/main.mu
parenta761d0e4efd97e140e6a2a879cd3b34993059251 (diff)
downloadmu-35a6f3cc996c0ba3cfd06231aba8c06c71fd429f.tar.gz
add some padding to the sandbox
Diffstat (limited to 'shell/main.mu')
-rw-r--r--shell/main.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.mu b/shell/main.mu
index e69bdb8f..01a46e8a 100644
--- a/shell/main.mu
+++ b/shell/main.mu
@@ -11,7 +11,7 @@ fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk)
   load-state data-disk, sandbox, globals
   $main:loop: {
     render-globals screen, globals, 0/x, 0/y, 0x40/xmax, 0x2f/screen-height-without-menu
-    render-sandbox screen, sandbox, 0x40/sandbox-left-margin, 0/y, 0x80/screen-width, 0x2f/screen-height-without-menu
+    render-sandbox screen, sandbox, 0x41/sandbox-left-margin, 1/y, 0x80/screen-width, 0x2f/screen-height-without-menu
     {
       var key/eax: byte <- read-key keyboard
       compare key, 0