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-08 22:44:29 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-04-08 23:04:30 -0700
commitf21e224fcd6866aa0c28d90758da197b158428e8 (patch)
treebe6a71ac6d5a41ec710b17b0efa56efddb9a114f /shell/main.mu
parentc3069ab81868ed4ff3615923fc62dd894d671c8b (diff)
downloadmu-f21e224fcd6866aa0c28d90758da197b158428e8.tar.gz
.
Diffstat (limited to 'shell/main.mu')
-rw-r--r--shell/main.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/main.mu b/shell/main.mu
index 04f64011..6ebbbc47 100644
--- a/shell/main.mu
+++ b/shell/main.mu
@@ -10,8 +10,8 @@ fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk)
   initialize-sandbox sandbox
   load-sandbox data-disk, sandbox
   {
-    render-globals screen, globals, 0/x, 0/y, 0x40/xmax, 0x30/screen-height
-    render-sandbox screen, sandbox, 0x40/x, 0/y, 0x80/screen-width, 0x30/screen-height
+    render-globals screen, globals, 0/x, 0/y, 0x40/xmax, 0x2f/screen-height-without-menu
+    render-sandbox screen, sandbox, 0x40/x, 0/y, 0x80/screen-width, 0x2f/screen-height-without-menu
     {
       var key/eax: byte <- read-key keyboard
       compare key, 0