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 2d798df6..0107b46d 100644
--- a/html/edit/012-editor-undo.mu.html
+++ b/html/edit/012-editor-undo.mu.html
@@ -238,13 +238,13 @@ if ('onhashchange' in window) {
 <span id="L176" class="LineNr"> 176 </span>]
 <span id="L177" class="LineNr"> 177 </span>
 <span id="L178" class="LineNr"> 178 </span><span class="Comment"># enter operations never coalesce with typing before or after</span>
-<span id="L179" class="LineNr"> 179 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L861'>&lt;begin-insert-enter&gt;</a></span> [
+<span id="L179" class="LineNr"> 179 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L859'>&lt;begin-insert-enter&gt;</a></span> [
 <span id="L180" class="LineNr"> 180 </span>  cursor-row-before:num <span class="Special">&lt;-</span> copy cursor-row
 <span id="L181" class="LineNr"> 181 </span>  cursor-column-before:num <span class="Special">&lt;-</span> copy cursor-column
 <span id="L182" class="LineNr"> 182 </span>  top-before:&amp;:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special">&lt;-</span> get *editor, <span class="Constant">top-of-screen:offset</span>
 <span id="L183" class="LineNr"> 183 </span>  cursor-before:&amp;:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special">&lt;-</span> get *editor, <span class="Constant">before-cursor:offset</span>
 <span id="L184" class="LineNr"> 184 </span>]
-<span id="L185" class="LineNr"> 185 </span><span class="muRecipe">before</span> <span class="Constant"><a href='002-typing.mu.html#L863'>&lt;end-insert-enter&gt;</a></span> [
+<span id="L185" class="LineNr"> 185 </span><span class="muRecipe">before</span> <span class="Constant"><a href='002-typing.mu.html#L861'>&lt;end-insert-enter&gt;</a></span> [
 <span id="L186" class="LineNr"> 186 </span>  top-after:&amp;:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special">&lt;-</span> get *editor, <span class="Constant">top-of-screen:offset</span>
 <span id="L187" class="LineNr"> 187 </span>  cursor-row:num <span class="Special">&lt;-</span> get *editor, <span class="Constant">cursor-row:offset</span>
 <span id="L188" class="LineNr"> 188 </span>  cursor-column:num <span class="Special">&lt;-</span> get *editor, <span class="Constant">cursor-row:offset</span>
@@ -2030,10 +2030,10 @@ if ('onhashchange' in window) {
 <span id="L1968" class="LineNr">1968 </span>  ]
 <span id="L1969" class="LineNr">1969 </span>]
 <span id="L1970" class="LineNr">1970 </span>
-<span id="L1971" class="LineNr">1971 </span><span class="muRecipe">after</span> <span class="Constant"><a href='003-shortcuts.mu.html#L2540'>&lt;begin-delete-to-end-of-line&gt;</a></span> [
+<span id="L1971" class="LineNr">1971 </span><span class="muRecipe">after</span> <span class="Constant"><a href='003-shortcuts.mu.html#L2585'>&lt;begin-delete-to-end-of-line&gt;</a></span> [
 <span id="L1972" class="LineNr">1972 </span>  top-before:&amp;:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special">&lt;-</span> get *editor, <span class="Constant">top-of-screen:offset</span>
 <span id="L1973" class="LineNr">1973 </span>]
-<span id="L1974" class="LineNr">1974 </span><span class="muRecipe">before</span> <span class="Constant"><a href='003-shortcuts.mu.html#L2542'>&lt;end-delete-to-end-of-line&gt;</a></span> [
+<span id="L1974" class="LineNr">1974 </span><span class="muRecipe">before</span> <span class="Constant"><a href='003-shortcuts.mu.html#L2587'>&lt;end-delete-to-end-of-line&gt;</a></span> [
 <span id="L1975" class="LineNr">1975 </span>  <span class="Delimiter">{</span>
 <span id="L1976" class="LineNr">1976 </span>    <span class="muControl">break-unless</span> deleted-cells  <span class="Comment"># delete failed; don't add an undo operation</span>
 <span id="L1977" class="LineNr">1977 </span>    top-after:&amp;:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special">&lt;-</span> get *editor, <span class="Constant">top-of-screen:offset</span>
@@ -2133,10 +2133,10 @@ if ('onhashchange' in window) {
 <span id="L2071" class="LineNr">2071 </span>  ]
 <span id="L2072" class="LineNr">2072 </span>]
 <span id="L2073" class="LineNr">2073 </span>
-<span id="L2074" class="LineNr">2074 </span><span class="muRecipe">after</span> <span class="Constant"><a href='003-shortcuts.mu.html#L1963'>&lt;begin-delete-to-start-of-line&gt;</a></span> [
+<span id="L2074" class="LineNr">2074 </span><span class="muRecipe">after</span> <span class="Constant"><a href='003-shortcuts.mu.html#L2008'>&lt;begin-delete-to-start-of-line&gt;</a></span> [
 <span id="L2075" class="LineNr">2075 </span>  top-before:&amp;:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special">&lt;-</span> get *editor, <span class="Constant">top-of-screen:offset</span>
 <span id="L2076" class="LineNr">2076 </span>]
-<span id="L2077" class="LineNr">2077 </span><span class="muRecipe">before</span> <span class="Constant"><a href='003-shortcuts.mu.html#L1965'>&lt;end-delete-to-start-of-line&gt;</a></span> [
+<span id="L2077" class="LineNr">2077 </span><span class="muRecipe">before</span> <span class="Constant"><a href='003-shortcuts.mu.html#L2010'>&lt;end-delete-to-start-of-line&gt;</a></span> [
 <span id="L2078" class="LineNr">2078 </span>  <span class="Delimiter">{</span>
 <span id="L2079" class="LineNr">2079 </span>    <span class="muControl">break-unless</span> deleted-cells  <span class="Comment"># delete failed; don't add an undo operation</span>
 <span id="L2080" class="LineNr">2080 </span>    top-after:&amp;:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special">&lt;-</span> get *editor, <span class="Constant">top-of-screen:offset</span>