about summary refs log tree commit diff stats
path: root/html/edit/012-editor-undo.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/edit/012-editor-undo.mu.html')
-rw-r--r--html/edit/012-editor-undo.mu.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/html/edit/012-editor-undo.mu.html b/html/edit/012-editor-undo.mu.html
index b54e485e..5dc46385 100644
--- a/html/edit/012-editor-undo.mu.html
+++ b/html/edit/012-editor-undo.mu.html
@@ -280,7 +280,7 @@ if ('onhashchange' in window) {
 <span id="L217" class="LineNr"> 217 </span>  <span class="Conceal">¦</span> <span class="Comment"># assert cursor-row/cursor-column/top-of-screen match after-row/after-column/after-top-of-screen</span>
 <span id="L218" class="LineNr"> 218 </span>  <span class="Conceal">¦</span> before-cursor:&amp;:duplex-list:char <span class="Special">&lt;-</span> <a href='../065duplex_list.mu.html#L36'>prev</a> start
 <span id="L219" class="LineNr"> 219 </span>  <span class="Conceal">¦</span> *editor <span class="Special">&lt;-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor
-<span id="L220" class="LineNr"> 220 </span>  <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L345'>remove-between</a> before-cursor, end
+<span id="L220" class="LineNr"> 220 </span>  <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L357'>remove-between</a> before-cursor, end
 <span id="L221" class="LineNr"> 221 </span>  <span class="Conceal">¦</span> cursor-row <span class="Special">&lt;-</span> get typing, <span class="Constant">before-row:offset</span>
 <span id="L222" class="LineNr"> 222 </span>  <span class="Conceal">¦</span> *editor <span class="Special">&lt;-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row
 <span id="L223" class="LineNr"> 223 </span>  <span class="Conceal">¦</span> cursor-column <span class="Special">&lt;-</span> get typing, <span class="Constant">before-column:offset</span>
@@ -478,7 +478,7 @@ if ('onhashchange' in window) {
 <span id="L415" class="LineNr"> 415 </span>  <span class="Conceal">¦</span> before-cursor <span class="Special">&lt;-</span> get *editor, <span class="Constant">before-cursor:offset</span>
 <span id="L416" class="LineNr"> 416 </span>  <span class="Conceal">¦</span> insert-from:&amp;:duplex-list:char <span class="Special">&lt;-</span> get typing, <span class="Constant">insert-from:offset</span>  <span class="Comment"># ignore insert-to because it's already been spliced away</span>
 <span id="L417" class="LineNr"> 417 </span>  <span class="Conceal">¦</span> <span class="Comment"># assert insert-to matches next(before-cursor)</span>
-<span id="L418" class="LineNr"> 418 </span>  <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L485'>insert-range</a> before-cursor, insert-from
+<span id="L418" class="LineNr"> 418 </span>  <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L497'>insert-range</a> before-cursor, insert-from
 <span id="L419" class="LineNr"> 419 </span>  <span class="Conceal">¦</span> <span class="Comment"># assert cursor-row/cursor-column/top-of-screen match after-row/after-column/after-top-of-screen</span>
 <span id="L420" class="LineNr"> 420 </span>  <span class="Conceal">¦</span> cursor-row <span class="Special">&lt;-</span> get typing, <span class="Constant">after-row:offset</span>
 <span id="L421" class="LineNr"> 421 </span>  <span class="Conceal">¦</span> *editor <span class="Special">&lt;-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row
@@ -1699,7 +1699,7 @@ if ('onhashchange' in window) {
 <span id="L1636" class="LineNr">1636 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> coalesce?
 <span id="L1637" class="LineNr">1637 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> deletion <span class="Special">&lt;-</span> put deletion, <span class="Constant">delete-from:offset</span>, before-cursor
 <span id="L1638" class="LineNr">1638 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> backspaced-so-far:&amp;:duplex-list:char <span class="Special">&lt;-</span> get deletion, <span class="Constant">deleted-text:offset</span>
-<span id="L1639" class="LineNr">1639 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L485'>insert-range</a> backspaced-cell, backspaced-so-far
+<span id="L1639" class="LineNr">1639 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L497'>insert-range</a> backspaced-cell, backspaced-so-far
 <span id="L1640" class="LineNr">1640 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> deletion <span class="Special">&lt;-</span> put deletion, <span class="Constant">deleted-text:offset</span>, backspaced-cell
 <span id="L1641" class="LineNr">1641 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> deletion <span class="Special">&lt;-</span> put deletion, <span class="Constant">after-row:offset</span>, cursor-row
 <span id="L1642" class="LineNr">1642 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> deletion <span class="Special">&lt;-</span> put deletion, <span class="Constant">after-column:offset</span>, cursor-column
@@ -1723,8 +1723,8 @@ if ('onhashchange' in window) {
 <span id="L1660" class="LineNr">1660 </span>  <span class="Conceal">¦</span> anchor:&amp;:duplex-list:char <span class="Special">&lt;-</span> get deletion, <span class="Constant">delete-from:offset</span>
 <span id="L1661" class="LineNr">1661 </span>  <span class="Conceal">¦</span> <span class="muControl">break-unless</span> anchor
 <span id="L1662" class="LineNr">1662 </span>  <span class="Conceal">¦</span> deleted:&amp;:duplex-list:char <span class="Special">&lt;-</span> get deletion, <span class="Constant">deleted-text:offset</span>
-<span id="L1663" class="LineNr">1663 </span>  <span class="Conceal">¦</span> old-cursor:&amp;:duplex-list:char <span class="Special">&lt;-</span> <a href='../065duplex_list.mu.html#L516'>last</a> deleted
-<span id="L1664" class="LineNr">1664 </span>  <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L485'>insert-range</a> anchor, deleted
+<span id="L1663" class="LineNr">1663 </span>  <span class="Conceal">¦</span> old-cursor:&amp;:duplex-list:char <span class="Special">&lt;-</span> <a href='../065duplex_list.mu.html#L528'>last</a> deleted
+<span id="L1664" class="LineNr">1664 </span>  <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L497'>insert-range</a> anchor, deleted
 <span id="L1665" class="LineNr">1665 </span>  <span class="Conceal">¦</span> <span class="Comment"># assert cursor-row/cursor-column/top-of-screen match after-row/after-column/after-top-of-screen</span>
 <span id="L1666" class="LineNr">1666 </span>  <span class="Conceal">¦</span> before-cursor <span class="Special">&lt;-</span> copy old-cursor
 <span id="L1667" class="LineNr">1667 </span>  <span class="Conceal">¦</span> cursor-row <span class="Special">&lt;-</span> get deletion, <span class="Constant">before-row:offset</span>
@@ -1743,7 +1743,7 @@ if ('onhashchange' in window) {
 <span id="L1680" class="LineNr">1680 </span>  <span class="Conceal">¦</span> start:&amp;:duplex-list:char <span class="Special">&lt;-</span> get deletion, <span class="Constant">delete-from:offset</span>
 <span id="L1681" class="LineNr">1681 </span>  <span class="Conceal">¦</span> end:&amp;:duplex-list:char <span class="Special">&lt;-</span> get deletion, <span class="Constant">delete-until:offset</span>
 <span id="L1682" class="LineNr">1682 </span>  <span class="Conceal">¦</span> data:&amp;:duplex-list:char <span class="Special">&lt;-</span> get *editor, <span class="Constant">data:offset</span>
-<span id="L1683" class="LineNr">1683 </span>  <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L345'>remove-between</a> start, end
+<span id="L1683" class="LineNr">1683 </span>  <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L357'>remove-between</a> start, end
 <span id="L1684" class="LineNr">1684 </span>  <span class="Conceal">¦</span> <span class="Comment"># assert cursor-row/cursor-column/top-of-screen match after-row/after-column/after-top-of-screen</span>
 <span id="L1685" class="LineNr">1685 </span>  <span class="Conceal">¦</span> cursor-row <span class="Special">&lt;-</span> get deletion, <span class="Constant">after-row:offset</span>
 <span id="L1686" class="LineNr">1686 </span>  <span class="Conceal">¦</span> *editor <span class="Special">&lt;-</span> put *editor, <span class="Constant">cursor-row:offset</span>, cursor-row