From 26bfae3d5e11ba62e0cd8aefa7dcc9fc0f6157f4 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 17 Oct 2020 13:54:33 -0700 Subject: 7051 --- apps/tile/environment.mu | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/tile') diff --git a/apps/tile/environment.mu b/apps/tile/environment.mu index 1eac1779..31d8ef8c 100644 --- a/apps/tile/environment.mu +++ b/apps/tile/environment.mu @@ -435,7 +435,9 @@ $process-sandbox-rename:body: { var new-line-ah/eax: (addr handle line) <- address new-line-h allocate new-line-ah var new-line/eax: (addr line) <- lookup *new-line-ah - initialize-line new-line + # new-line->word = sandbox-partial-name-for-cursor-word + var new-line-word/ecx: (addr handle word) <- get new-line, data + copy-object new-name-ah, new-line-word # new-line->next = sandbox->data var new-line-next/ecx: (addr handle line) <- get new-line, next var sandbox-slot/edx: (addr handle line) <- get sandbox, data -- cgit 1.4.1-2-gfad0