about summary refs log tree commit diff stats
path: root/html/edit/008-sandbox-edit.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-06-09 15:54:26 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-06-09 15:54:26 -0700
commitbd5d3936ec77e0ec42d6f9d99d377d807e9892f8 (patch)
tree1ed27754e58d345070ef5cb5ee7404592bf31d7a /html/edit/008-sandbox-edit.mu.html
parent6d12a8c4ebe25527c92a934702e2628ce8c4bd4c (diff)
downloadmu-bd5d3936ec77e0ec42d6f9d99d377d807e9892f8.tar.gz
3903 - minimal render when pressing 'tab'
Turns out all I had to do was reset `go-render?` to false.
Diffstat (limited to 'html/edit/008-sandbox-edit.mu.html')
-rw-r--r--html/edit/008-sandbox-edit.mu.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/html/edit/008-sandbox-edit.mu.html b/html/edit/008-sandbox-edit.mu.html
index 3097c278..851a9701 100644
--- a/html/edit/008-sandbox-edit.mu.html
+++ b/html/edit/008-sandbox-edit.mu.html
@@ -281,8 +281,8 @@ if ('onhashchange' in window) {
 <span id="L219" class="LineNr">219 </span>  <span class="Conceal">¦</span> press F4
 <span id="L220" class="LineNr">220 </span>  <span class="Conceal">¦</span> type <span class="Constant">[add 1, 1]</span>
 <span id="L221" class="LineNr">221 </span>  <span class="Conceal">¦</span> press F4
-<span id="L222" class="LineNr">222 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L2981'>page-down</a>
-<span id="L223" class="LineNr">223 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L2981'>page-down</a>
+<span id="L222" class="LineNr">222 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3005'>page-down</a>
+<span id="L223" class="LineNr">223 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3005'>page-down</a>
 <span id="L224" class="LineNr">224 </span>  ]
 <span id="L225" class="LineNr">225 </span>  <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L4'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a>
 <span id="L226" class="LineNr">226 </span>  screen-should-contain [
@@ -367,9 +367,9 @@ if ('onhashchange' in window) {
 <span id="L305" class="LineNr">305 </span>  ]
 <span id="L306" class="LineNr">306 </span>  <span class="Comment"># now try to scroll past end</span>
 <span id="L307" class="LineNr">307 </span>  assume-console [
-<span id="L308" class="LineNr">308 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L2981'>page-down</a>
-<span id="L309" class="LineNr">309 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L2981'>page-down</a>
-<span id="L310" class="LineNr">310 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L2981'>page-down</a>
+<span id="L308" class="LineNr">308 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3005'>page-down</a>
+<span id="L309" class="LineNr">309 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3005'>page-down</a>
+<span id="L310" class="LineNr">310 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3005'>page-down</a>
 <span id="L311" class="LineNr">311 </span>  ]
 <span id="L312" class="LineNr">312 </span>  run [
 <span id="L313" class="LineNr">313 </span>  <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L4'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a>