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.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/html/edit/012-editor-undo.mu.html b/html/edit/012-editor-undo.mu.html
index cf98e0dd..af9e02dd 100644
--- a/html/edit/012-editor-undo.mu.html
+++ b/html/edit/012-editor-undo.mu.html
@@ -1079,7 +1079,7 @@ if ('onhashchange' in window) {
 <span id="L1016" class="LineNr">1016 </span>  <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L4'>screen</a>, e
 <span id="L1017" class="LineNr">1017 </span>  <span class="Comment"># scroll the page</span>
 <span id="L1018" class="LineNr">1018 </span>  assume-console [
-<span id="L1019" class="LineNr">1019 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L2789'>page-down</a>
+<span id="L1019" class="LineNr">1019 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L2981'>page-down</a>
 <span id="L1020" class="LineNr">1020 </span>  ]
 <span id="L1021" class="LineNr">1021 </span>  <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L4'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e
 <span id="L1022" class="LineNr">1022 </span>  <span class="Comment"># undo</span>
@@ -1113,7 +1113,7 @@ if ('onhashchange' in window) {
 <span id="L1050" class="LineNr">1050 </span>  <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L4'>screen</a>, e
 <span id="L1051" class="LineNr">1051 </span>  <span class="Comment"># scroll the page down and up</span>
 <span id="L1052" class="LineNr">1052 </span>  assume-console [
-<span id="L1053" class="LineNr">1053 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L2789'>page-down</a>
+<span id="L1053" class="LineNr">1053 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L2981'>page-down</a>
 <span id="L1054" class="LineNr">1054 </span>  <span class="Conceal">¦</span> press ctrl-b
 <span id="L1055" class="LineNr">1055 </span>  ]
 <span id="L1056" class="LineNr">1056 </span>  <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L4'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e
@@ -1148,8 +1148,8 @@ if ('onhashchange' in window) {
 <span id="L1085" class="LineNr">1085 </span>  <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L4'>screen</a>, e
 <span id="L1086" class="LineNr">1086 </span>  <span class="Comment"># scroll the page down and up</span>
 <span id="L1087" class="LineNr">1087 </span>  assume-console [
-<span id="L1088" class="LineNr">1088 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L2789'>page-down</a>
-<span id="L1089" class="LineNr">1089 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L2987'>page-up</a>
+<span id="L1088" class="LineNr">1088 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L2981'>page-down</a>
+<span id="L1089" class="LineNr">1089 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3179'>page-up</a>
 <span id="L1090" class="LineNr">1090 </span>  ]
 <span id="L1091" class="LineNr">1091 </span>  <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L4'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e
 <span id="L1092" class="LineNr">1092 </span>  <span class="Comment"># undo</span>
@@ -2029,10 +2029,10 @@ if ('onhashchange' in window) {
 <span id="L1966" class="LineNr">1966 </span>  ]
 <span id="L1967" class="LineNr">1967 </span>]
 <span id="L1968" class="LineNr">1968 </span>
-<span id="L1969" class="LineNr">1969 </span><span class="muRecipe">after</span> <span class="Constant"><a href='003-shortcuts.mu.html#L1789'>&lt;delete-to-end-of-line-begin&gt;</a></span> [
+<span id="L1969" class="LineNr">1969 </span><span class="muRecipe">after</span> <span class="Constant"><a href='003-shortcuts.mu.html#L1899'>&lt;delete-to-end-of-line-begin&gt;</a></span> [
 <span id="L1970" class="LineNr">1970 </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="L1971" class="LineNr">1971 </span>]
-<span id="L1972" class="LineNr">1972 </span><span class="muRecipe">before</span> <span class="Constant"><a href='003-shortcuts.mu.html#L1791'>&lt;delete-to-end-of-line-end&gt;</a></span> [
+<span id="L1972" class="LineNr">1972 </span><span class="muRecipe">before</span> <span class="Constant"><a href='003-shortcuts.mu.html#L1901'>&lt;delete-to-end-of-line-end&gt;</a></span> [
 <span id="L1973" class="LineNr">1973 </span>  <span class="Delimiter">{</span>
 <span id="L1974" class="LineNr">1974 </span>  <span class="Conceal">¦</span> <span class="muControl">break-unless</span> deleted-cells  <span class="Comment"># delete failed; don't add an undo operation</span>
 <span id="L1975" class="LineNr">1975 </span>  <span class="Conceal">¦</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>
@@ -2132,10 +2132,10 @@ if ('onhashchange' in window) {
 <span id="L2069" class="LineNr">2069 </span>  ]
 <span id="L2070" class="LineNr">2070 </span>]
 <span id="L2071" class="LineNr">2071 </span>
-<span id="L2072" class="LineNr">2072 </span><span class="muRecipe">after</span> <span class="Constant"><a href='003-shortcuts.mu.html#L1652'>&lt;delete-to-start-of-line-begin&gt;</a></span> [
+<span id="L2072" class="LineNr">2072 </span><span class="muRecipe">after</span> <span class="Constant"><a href='003-shortcuts.mu.html#L1655'>&lt;delete-to-start-of-line-begin&gt;</a></span> [
 <span id="L2073" class="LineNr">2073 </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="L2074" class="LineNr">2074 </span>]
-<span id="L2075" class="LineNr">2075 </span><span class="muRecipe">before</span> <span class="Constant"><a href='003-shortcuts.mu.html#L1654'>&lt;delete-to-start-of-line-end&gt;</a></span> [
+<span id="L2075" class="LineNr">2075 </span><span class="muRecipe">before</span> <span class="Constant"><a href='003-shortcuts.mu.html#L1657'>&lt;delete-to-start-of-line-end&gt;</a></span> [
 <span id="L2076" class="LineNr">2076 </span>  <span class="Delimiter">{</span>
 <span id="L2077" class="LineNr">2077 </span>  <span class="Conceal">¦</span> <span class="muControl">break-unless</span> deleted-cells  <span class="Comment"># delete failed; don't add an undo operation</span>
 <span id="L2078" class="LineNr">2078 </span>  <span class="Conceal">¦</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>