about summary refs log tree commit diff stats
path: root/edit/005-sandbox.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-06-22 09:33:29 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-06-22 09:33:29 -0700
commit5aac71e8758501964b83591fc26613bacbc1b758 (patch)
tree595dfb339c6847c66c8d4dee7fa6c83e8c1b1e87 /edit/005-sandbox.mu
parent124c67645cb6f1b9f06d7104c5398fa4732e2f25 (diff)
downloadmu-5aac71e8758501964b83591fc26613bacbc1b758.tar.gz
3935
Diffstat (limited to 'edit/005-sandbox.mu')
-rw-r--r--edit/005-sandbox.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit/005-sandbox.mu b/edit/005-sandbox.mu
index 4ef76e01..ae322545 100644
--- a/edit/005-sandbox.mu
+++ b/edit/005-sandbox.mu
@@ -273,7 +273,7 @@ def render-sandboxes screen:&:screen, sandbox:&:sandbox, left:num, right:num, ro
   return-unless sandbox
   screen-height:num <- screen-height screen
   at-bottom?:bool <- greater-or-equal row, screen-height
-  return-if at-bottom?:bool
+  return-if at-bottom?
   hidden?:bool <- lesser-than idx, render-from
   {
     break-if hidden?