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 1f2ab3de..1dce71d9 100644
--- a/html/edit/012-editor-undo.mu.html
+++ b/html/edit/012-editor-undo.mu.html
@@ -1081,7 +1081,7 @@ if ('onhashchange' in window) {
 <span id="L1018" class="LineNr">1018 </span>  <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e
 <span id="L1019" class="LineNr">1019 </span>  <span class="Comment"># scroll the page</span>
 <span id="L1020" class="LineNr">1020 </span>  assume-console [
-<span id="L1021" class="LineNr">1021 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3541'>page-down</a>
+<span id="L1021" class="LineNr">1021 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3590'>page-down</a>
 <span id="L1022" class="LineNr">1022 </span>  ]
 <span id="L1023" class="LineNr">1023 </span>  <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e
 <span id="L1024" class="LineNr">1024 </span>  <span class="Comment"># undo</span>
@@ -1115,7 +1115,7 @@ if ('onhashchange' in window) {
 <span id="L1052" class="LineNr">1052 </span>  <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e
 <span id="L1053" class="LineNr">1053 </span>  <span class="Comment"># scroll the page down and up</span>
 <span id="L1054" class="LineNr">1054 </span>  assume-console [
-<span id="L1055" class="LineNr">1055 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3541'>page-down</a>
+<span id="L1055" class="LineNr">1055 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3590'>page-down</a>
 <span id="L1056" class="LineNr">1056 </span>  <span class="Conceal">¦</span> press ctrl-b
 <span id="L1057" class="LineNr">1057 </span>  ]
 <span id="L1058" class="LineNr">1058 </span>  <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e
@@ -1150,8 +1150,8 @@ if ('onhashchange' in window) {
 <span id="L1087" class="LineNr">1087 </span>  <a href='002-typing.mu.html#L265'>editor-render</a> <a href='../081print.mu.html#L16'>screen</a>, e
 <span id="L1088" class="LineNr">1088 </span>  <span class="Comment"># scroll the page down and up</span>
 <span id="L1089" class="LineNr">1089 </span>  assume-console [
-<span id="L1090" class="LineNr">1090 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3541'>page-down</a>
-<span id="L1091" class="LineNr">1091 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3764'>page-up</a>
+<span id="L1090" class="LineNr">1090 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3590'>page-down</a>
+<span id="L1091" class="LineNr">1091 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3813'>page-up</a>
 <span id="L1092" class="LineNr">1092 </span>  ]
 <span id="L1093" class="LineNr">1093 </span>  <a href='002-typing.mu.html#L16'>editor-event-loop</a> <a href='../081print.mu.html#L16'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e
 <span id="L1094" class="LineNr">1094 </span>  <span class="Comment"># undo</span>
@@ -2031,10 +2031,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#L2475'>&lt;delete-to-end-of-line-begin&gt;</a></span> [
+<span id="L1971" class="LineNr">1971 </span><span class="muRecipe">after</span> <span class="Constant"><a href='003-shortcuts.mu.html#L2533'>&lt;delete-to-end-of-line-begin&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#L2477'>&lt;delete-to-end-of-line-end&gt;</a></span> [
+<span id="L1974" class="LineNr">1974 </span><span class="muRecipe">before</span> <span class="Constant"><a href='003-shortcuts.mu.html#L2535'>&lt;delete-to-end-of-line-end&gt;</a></span> [
 <span id="L1975" class="LineNr">1975 </span>  <span class="Delimiter">{</span>
 <span id="L1976" class="LineNr">1976 </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="L1977" class="LineNr">1977 </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>
@@ -2134,10 +2134,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#L1898'>&lt;delete-to-start-of-line-begin&gt;</a></span> [
+<span id="L2074" class="LineNr">2074 </span><span class="muRecipe">after</span> <span class="Constant"><a href='003-shortcuts.mu.html#L1956'>&lt;delete-to-start-of-line-begin&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#L1900'>&lt;delete-to-start-of-line-end&gt;</a></span> [
+<span id="L2077" class="LineNr">2077 </span><span class="muRecipe">before</span> <span class="Constant"><a href='003-shortcuts.mu.html#L1958'>&lt;delete-to-start-of-line-end&gt;</a></span> [
 <span id="L2078" class="LineNr">2078 </span>  <span class="Delimiter">{</span>
 <span id="L2079" class="LineNr">2079 </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="L2080" class="LineNr">2080 </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>