about summary refs log tree commit diff stats
path: root/html/edit
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-06-09 00:13:39 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-06-09 00:13:39 -0700
commitf53746f80145a184b5e4a6974175e2f92f49dcba (patch)
tree754e5463f01d12a94130724fb481d568b0792d65 /html/edit
parentbfa3f5ba3930fb3919d94e97929a2b962d104e10 (diff)
downloadmu-f53746f80145a184b5e4a6974175e2f92f49dcba.tar.gz
3901
Diffstat (limited to 'html/edit')
-rw-r--r--html/edit/003-shortcuts.mu.html4
-rw-r--r--html/edit/005-sandbox.mu.html2
-rw-r--r--html/edit/011-errors.mu.html2
3 files changed, 4 insertions, 4 deletions
diff --git a/html/edit/003-shortcuts.mu.html b/html/edit/003-shortcuts.mu.html
index 2d38ce45..cc983a99 100644
--- a/html/edit/003-shortcuts.mu.html
+++ b/html/edit/003-shortcuts.mu.html
@@ -1745,7 +1745,7 @@ if ('onhashchange' in window) {
 <span id="L1683" class="LineNr">1683 </span>  <span class="Conceal">¦</span> buf <span class="Special">&lt;-</span> append buf, c
 <span id="L1684" class="LineNr">1684 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span>
 <span id="L1685" class="LineNr">1685 </span>  <span class="Delimiter">}</span>
-<span id="L1686" class="LineNr">1686 </span>  curr-line:text <span class="Special">&lt;-</span> <a href='../061text.mu.html#L353'>buffer-to-array</a> buf
+<span id="L1686" class="LineNr">1686 </span>  curr-line:text <span class="Special">&lt;-</span> <a href='../061text.mu.html#L344'>buffer-to-array</a> buf
 <span id="L1687" class="LineNr">1687 </span>  <a href='003-shortcuts.mu.html#L1719'>render-code</a> <a href='../081print.mu.html#L4'>screen</a>, curr-line, curr-column, right, curr-row
 <span id="L1688" class="LineNr">1688 </span>  <span class="muControl">return</span> <span class="Constant">0/dont-render</span>
 <span id="L1689" class="LineNr">1689 </span>]
@@ -1995,7 +1995,7 @@ if ('onhashchange' in window) {
 <span id="L1933" class="LineNr">1933 </span>  <span class="Conceal">¦</span> buf <span class="Special">&lt;-</span> append buf, c
 <span id="L1934" class="LineNr">1934 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span>
 <span id="L1935" class="LineNr">1935 </span>  <span class="Delimiter">}</span>
-<span id="L1936" class="LineNr">1936 </span>  curr-line:text <span class="Special">&lt;-</span> <a href='../061text.mu.html#L353'>buffer-to-array</a> buf
+<span id="L1936" class="LineNr">1936 </span>  curr-line:text <span class="Special">&lt;-</span> <a href='../061text.mu.html#L344'>buffer-to-array</a> buf
 <span id="L1937" class="LineNr">1937 </span>  curr-row:num <span class="Special">&lt;-</span> get *editor, <span class="Constant">cursor-row:offset</span>
 <span id="L1938" class="LineNr">1938 </span>  <a href='003-shortcuts.mu.html#L1719'>render-code</a> <a href='../081print.mu.html#L4'>screen</a>, curr-line, curr-column, right, curr-row
 <span id="L1939" class="LineNr">1939 </span>  <span class="muControl">return</span> <span class="Constant">0/dont-render</span>
diff --git a/html/edit/005-sandbox.mu.html b/html/edit/005-sandbox.mu.html
index 67744bcc..ecdf7f7b 100644
--- a/html/edit/005-sandbox.mu.html
+++ b/html/edit/005-sandbox.mu.html
@@ -706,7 +706,7 @@ if ('onhashchange' in window) {
 <span id="L643" class="LineNr"> 643 </span>  <span class="Conceal">¦</span> curr <span class="Special">&lt;-</span> <a href='../065duplex_list.mu.html#L29'>next</a> curr
 <span id="L644" class="LineNr"> 644 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span>
 <span id="L645" class="LineNr"> 645 </span>  <span class="Delimiter">}</span>
-<span id="L646" class="LineNr"> 646 </span>  result <span class="Special">&lt;-</span> <a href='../061text.mu.html#L353'>buffer-to-array</a> buf
+<span id="L646" class="LineNr"> 646 </span>  result <span class="Special">&lt;-</span> <a href='../061text.mu.html#L344'>buffer-to-array</a> buf
 <span id="L647" class="LineNr"> 647 </span>]
 <span id="L648" class="LineNr"> 648 </span>
 <span id="L649" class="LineNr"> 649 </span><span class="muScenario">scenario</span> editor-provides-edited-contents [
diff --git a/html/edit/011-errors.mu.html b/html/edit/011-errors.mu.html
index 876be6f7..fa165412 100644
--- a/html/edit/011-errors.mu.html
+++ b/html/edit/011-errors.mu.html
@@ -131,7 +131,7 @@ if ('onhashchange' in window) {
 <span id="L68" class="LineNr"> 68 </span>  <span class="Conceal">¦</span> sandboxes-completed-successfully?:bool <span class="Special">&lt;-</span> equal error-index,<span class="Constant"> -1</span>
 <span id="L69" class="LineNr"> 69 </span>  <span class="Conceal">¦</span> <span class="muControl">break-if</span> sandboxes-completed-successfully?
 <span id="L70" class="LineNr"> 70 </span>  <span class="Conceal">¦</span> error-index-text:text <span class="Special">&lt;-</span> to-text error-index
-<span id="L71" class="LineNr"> 71 </span>  <span class="Conceal">¦</span> status:text <span class="Special">&lt;-</span> <a href='../061text.mu.html#L530'>interpolate</a> <span class="Constant">[errors found (_)    ]</span>, error-index-text
+<span id="L71" class="LineNr"> 71 </span>  <span class="Conceal">¦</span> status:text <span class="Special">&lt;-</span> <a href='../061text.mu.html#L521'>interpolate</a> <span class="Constant">[errors found (_)    ]</span>, error-index-text
 <span id="L72" class="LineNr"> 72 </span>  <span class="Conceal">¦</span> <a href='005-sandbox.mu.html#L213'>update-status</a> <a href='../081print.mu.html#L4'>screen</a>, status, <span class="Constant">1/red</span>
 <span id="L73" class="LineNr"> 73 </span>  <span class="Delimiter">}</span>
 <span id="L74" class="LineNr"> 74 </span>]