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.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/html/edit/012-editor-undo.mu.html b/html/edit/012-editor-undo.mu.html
index 56363a63..648b9ae5 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#L4'>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#L2981'>page-down</a>
+<span id="L1021" class="LineNr">1021 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3005'>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#L4'>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#L4'>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#L2981'>page-down</a>
+<span id="L1055" class="LineNr">1055 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3005'>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#L4'>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#L4'>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#L2981'>page-down</a>
-<span id="L1091" class="LineNr">1091 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3179'>page-up</a>
+<span id="L1090" class="LineNr">1090 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3005'>page-down</a>
+<span id="L1091" class="LineNr">1091 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3203'>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#L4'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, e
 <span id="L1094" class="LineNr">1094 </span>  <span class="Comment"># undo</span>
@@ -1679,10 +1679,10 @@ if ('onhashchange' in window) {
 <span id="L1616" class="LineNr">1616 </span>]
 <span id="L1617" class="LineNr">1617 </span>
 <span id="L1618" class="LineNr">1618 </span><span class="Comment"># save operation to undo</span>
-<span id="L1619" class="LineNr">1619 </span><span class="muRecipe">after</span> <span class="Constant"><a href='003-shortcuts.mu.html#L72'>&lt;backspace-character-begin&gt;</a></span> [
+<span id="L1619" class="LineNr">1619 </span><span class="muRecipe">after</span> <span class="Constant"><a href='003-shortcuts.mu.html#L100'>&lt;backspace-character-begin&gt;</a></span> [
 <span id="L1620" class="LineNr">1620 </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="L1621" class="LineNr">1621 </span>]
-<span id="L1622" class="LineNr">1622 </span><span class="muRecipe">before</span> <span class="Constant"><a href='003-shortcuts.mu.html#L74'>&lt;backspace-character-end&gt;</a></span> [
+<span id="L1622" class="LineNr">1622 </span><span class="muRecipe">before</span> <span class="Constant"><a href='003-shortcuts.mu.html#L102'>&lt;backspace-character-end&gt;</a></span> [
 <span id="L1623" class="LineNr">1623 </span>  <span class="Delimiter">{</span>
 <span id="L1624" class="LineNr">1624 </span>  <span class="Conceal">¦</span> <span class="muControl">break-unless</span> backspaced-cell  <span class="Comment"># backspace failed; don't add an undo operation</span>
 <span id="L1625" class="LineNr">1625 </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>
@@ -1905,10 +1905,10 @@ if ('onhashchange' in window) {
 <span id="L1842" class="LineNr">1842 </span>  ]
 <span id="L1843" class="LineNr">1843 </span>]
 <span id="L1844" class="LineNr">1844 </span>
-<span id="L1845" class="LineNr">1845 </span><span class="muRecipe">after</span> <span class="Constant"><a href='003-shortcuts.mu.html#L339'>&lt;delete-character-begin&gt;</a></span> [
+<span id="L1845" class="LineNr">1845 </span><span class="muRecipe">after</span> <span class="Constant"><a href='003-shortcuts.mu.html#L367'>&lt;delete-character-begin&gt;</a></span> [
 <span id="L1846" class="LineNr">1846 </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="L1847" class="LineNr">1847 </span>]
-<span id="L1848" class="LineNr">1848 </span><span class="muRecipe">before</span> <span class="Constant"><a href='003-shortcuts.mu.html#L341'>&lt;delete-character-end&gt;</a></span> [
+<span id="L1848" class="LineNr">1848 </span><span class="muRecipe">before</span> <span class="Constant"><a href='003-shortcuts.mu.html#L369'>&lt;delete-character-end&gt;</a></span> [
 <span id="L1849" class="LineNr">1849 </span>  <span class="Delimiter">{</span>
 <span id="L1850" class="LineNr">1850 </span>  <span class="Conceal">¦</span> <span class="muControl">break-unless</span> deleted-cell  <span class="Comment"># delete failed; don't add an undo operation</span>
 <span id="L1851" class="LineNr">1851 </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>
@@ -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#L1897'>&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#L1923'>&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#L1899'>&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#L1925'>&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#L1653'>&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#L1681'>&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#L1655'>&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#L1683'>&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>