about summary refs log tree commit diff stats
path: root/sandbox/005-sandbox.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-05-19 09:10:29 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-05-19 09:10:29 -0700
commit1521e4e32f7a5ddd3629006b3e46501ed22d91a5 (patch)
treecc6de148bdf3d3b78caa48ef51ce31ce0b6cad3b /sandbox/005-sandbox.mu
parent2655ae726e607ba4caa88c088ffb77e50753aead (diff)
downloadmu-1521e4e32f7a5ddd3629006b3e46501ed22d91a5.tar.gz
2975
Clean up this helper before we start redoing sandbox menubars.
Diffstat (limited to 'sandbox/005-sandbox.mu')
-rw-r--r--sandbox/005-sandbox.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/005-sandbox.mu b/sandbox/005-sandbox.mu
index 8c7e80c6..d8942340 100644
--- a/sandbox/005-sandbox.mu
+++ b/sandbox/005-sandbox.mu
@@ -261,7 +261,7 @@ def render-sandboxes screen:address:screen, sandbox:address:sandbox-data, left:n
     row <- add row, 1
     screen <- move-cursor screen, row, left
     print screen, idx, 240/dark-grey
-    clear-line-delimited screen, left, right
+    clear-line-until screen, right
     delete-icon:character <- copy 120/x
     print screen, delete-icon, 245/grey
     # save menu row so we can detect clicks to it later