From 514dea3aab02a88775f789f3f0a03de9307976d7 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 15 Oct 2020 20:48:27 -0700 Subject: 7036 ctrl-u now working. --- apps/tile/environment.mu | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'apps') diff --git a/apps/tile/environment.mu b/apps/tile/environment.mu index 56a35b0f..5113d4e3 100644 --- a/apps/tile/environment.mu +++ b/apps/tile/environment.mu @@ -312,12 +312,7 @@ $process:body: { $process:clear-line: { break-if-!= # clear line in sandbox - var cursor-call-path-ah/eax: (addr handle call-path-element) <- get sandbox, cursor-call-path - allocate cursor-call-path-ah - var line-ah/eax: (addr handle line) <- get sandbox, data - allocate line-ah - var line/eax: (addr line) <- lookup *line-ah - initialize-line line + initialize-sandbox sandbox break $process:body } # if cursor is within a call, disable editing hotkeys below -- cgit 1.4.1-2-gfad0