From 8bd3c2b5a83d9e8b97472311491010d66a7b7584 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 29 Jun 2020 19:21:43 -0700 Subject: 6601 --- prototypes/browse/4-render-page.mu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'prototypes/browse/4-render-page.mu') diff --git a/prototypes/browse/4-render-page.mu b/prototypes/browse/4-render-page.mu index 2799acc7..57f6063b 100644 --- a/prototypes/browse/4-render-page.mu +++ b/prototypes/browse/4-render-page.mu @@ -21,7 +21,7 @@ $line-loop: { compare row, botrow break-if->= var col/edx: int <- copy leftcol - move-cursor row, col + move-cursor-on-screen row, col { compare col, rightcol break-if->= @@ -44,7 +44,7 @@ fn clear toprow: int, leftcol: int, botrow: int, rightcol: int { compare row, botrow break-if->= var col/edx: int <- copy leftcol - move-cursor row, col + move-cursor-on-screen row, col { compare col, rightcol break-if->= -- cgit 1.4.1-2-gfad0