about summary refs log tree commit diff stats
path: root/edit/010-sandbox-trace.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-06-12 09:44:27 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-06-12 09:44:27 -0700
commit4e7186faee27a32b92035b843ad24b5c61a3dc44 (patch)
tree86a55246b5b9347f8fcae1af3656f415a9579580 /edit/010-sandbox-trace.mu
parent6dd675764158bca3ab9547f6c653bdf8ba277d43 (diff)
downloadmu-4e7186faee27a32b92035b843ad24b5c61a3dc44.tar.gz
3052 - make edit/ render functions higher-order
This required the fix of 3051 to first-class recipe support, and will
next enable us to keep the cursor from moving in response to resize
events.
Diffstat (limited to 'edit/010-sandbox-trace.mu')
-rw-r--r--edit/010-sandbox-trace.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit/010-sandbox-trace.mu b/edit/010-sandbox-trace.mu
index 3451cc4b..ab21e24c 100644
--- a/edit/010-sandbox-trace.mu
+++ b/edit/010-sandbox-trace.mu
@@ -201,7 +201,7 @@ after <global-touch> [
     x <- not x
     *sandbox <- put *sandbox, display-trace?:offset, x
     hide-screen screen
-    screen <- render-sandbox-side screen, env, 1/clear
+    screen <- render-sandbox-side screen, env, render
     screen <- update-cursor screen, recipes, current-sandbox, sandbox-in-focus?, env
     # no change in cursor
     show-screen screen