diff options
Diffstat (limited to 'html/edit/012-editor-undo.mu.html')
-rw-r--r-- | html/edit/012-editor-undo.mu.html | 12 |
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'><begin-insert-enter></a></span> [ +<span id="L179" class="LineNr"> 179 </span><span class="muRecipe">after</span> <span class="Constant"><a href='002-typing.mu.html#L859'><begin-insert-enter></a></span> [ <span id="L180" class="LineNr"> 180 </span> cursor-row-before:num <span class="Special"><-</span> copy cursor-row <span id="L181" class="LineNr"> 181 </span> cursor-column-before:num <span class="Special"><-</span> copy cursor-column <span id="L182" class="LineNr"> 182 </span> top-before:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> <span id="L183" class="LineNr"> 183 </span> cursor-before:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</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'><end-insert-enter></a></span> [ +<span id="L185" class="LineNr"> 185 </span><span class="muRecipe">before</span> <span class="Constant"><a href='002-typing.mu.html#L861'><end-insert-enter></a></span> [ <span id="L186" class="LineNr"> 186 </span> top-after:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> <span id="L187" class="LineNr"> 187 </span> cursor-row:num <span class="Special"><-</span> get *editor, <span class="Constant">cursor-row:offset</span> <span id="L188" class="LineNr"> 188 </span> cursor-column:num <span class="Special"><-</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'><begin-delete-to-end-of-line></a></span> [ +<span id="L1971" class="LineNr">1971 </span><span class="muRecipe">after</span> <span class="Constant"><a href='003-shortcuts.mu.html#L2585'><begin-delete-to-end-of-line></a></span> [ <span id="L1972" class="LineNr">1972 </span> top-before:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</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'><end-delete-to-end-of-line></a></span> [ +<span id="L1974" class="LineNr">1974 </span><span class="muRecipe">before</span> <span class="Constant"><a href='003-shortcuts.mu.html#L2587'><end-delete-to-end-of-line></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:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</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'><begin-delete-to-start-of-line></a></span> [ +<span id="L2074" class="LineNr">2074 </span><span class="muRecipe">after</span> <span class="Constant"><a href='003-shortcuts.mu.html#L2008'><begin-delete-to-start-of-line></a></span> [ <span id="L2075" class="LineNr">2075 </span> top-before:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</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'><end-delete-to-start-of-line></a></span> [ +<span id="L2077" class="LineNr">2077 </span><span class="muRecipe">before</span> <span class="Constant"><a href='003-shortcuts.mu.html#L2010'><end-delete-to-start-of-line></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:&:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special"><-</span> get *editor, <span class="Constant">top-of-screen:offset</span> |