From b301e0c0e6b54dceecbe4ee1ef8f610411015c30 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 27 Jan 2018 00:28:51 -0800 Subject: 4200 Forgot to set up exuberant_ctags_rc as .ctags on new laptop. --- html/083scenario_screen_test.mu.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'html/083scenario_screen_test.mu.html') diff --git a/html/083scenario_screen_test.mu.html b/html/083scenario_screen_test.mu.html index 185fb7de..e28c3a8f 100644 --- a/html/083scenario_screen_test.mu.html +++ b/html/083scenario_screen_test.mu.html @@ -62,7 +62,7 @@ if ('onhashchange' in window) { 5 assume-screen 3/width, 2/height 6 run [ 7 a:char <- copy 97/a - 8 screen <- print screen, a + 8 screen <- print screen, a 9 ] 10 screen-should-contain [ 11 .a . @@ -75,11 +75,11 @@ if ('onhashchange' in window) { 18 assume-screen 5/width, 3/height 19 # print a character 20 a:char <- copy 97/a -21 screen <- print screen, a +21 screen <- print screen, a 22 # move cursor to start of line -23 screen <- move-cursor screen, 0/row, 0/column +23 screen <- move-cursor screen, 0/row, 0/column 24 run [ -25 screen <- clear-line screen +25 screen <- clear-line screen 26 ] 27 screen-should-contain [ 28 . . @@ -93,9 +93,9 @@ if ('onhashchange' in window) { 36 assume-screen 3/width, 2/height 37 run [ 38 a:char <- copy 97/a -39 move-cursor screen, 1/row, 2/column -40 screen <- print screen, a -41 screen <- print screen, a +39 move-cursor screen, 1/row, 2/column +40 screen <- print screen, a +41 screen <- print screen, a 42 ] 43 screen-should-contain [ 44 . a. -- cgit 1.4.1-2-gfad0