about summary refs log tree commit diff stats
path: root/html/edit/003-shortcuts.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-03-31 08:11:45 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-03-31 08:11:45 -0700
commit860628c70a73064d53048fc095c430a0c3df6124 (patch)
tree40e3e2442eecf89beee317c4fbf39a9f21f2ae33 /html/edit/003-shortcuts.mu.html
parentdaa214478a7c09a996aae7141054d12a481bb392 (diff)
downloadmu-860628c70a73064d53048fc095c430a0c3df6124.tar.gz
3808 - 'length' for duplex lists
Diffstat (limited to 'html/edit/003-shortcuts.mu.html')
-rw-r--r--html/edit/003-shortcuts.mu.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/html/edit/003-shortcuts.mu.html b/html/edit/003-shortcuts.mu.html
index dfac13b1..bbe7dd40 100644
--- a/html/edit/003-shortcuts.mu.html
+++ b/html/edit/003-shortcuts.mu.html
@@ -1738,7 +1738,7 @@ if ('onhashchange' in window) {
 <span id="L1676" class="LineNr">1676 </span>  <span class="Delimiter">}</span>
 <span id="L1677" class="LineNr">1677 </span>  <span class="Comment"># snip it out</span>
 <span id="L1678" class="LineNr">1678 </span>  result:&amp;:duplex-list:char <span class="Special">&lt;-</span> <a href='../065duplex_list.mu.html#L29'>next</a> start
-<span id="L1679" class="LineNr">1679 </span>  <a href='../065duplex_list.mu.html#L345'>remove-between</a> start, end
+<span id="L1679" class="LineNr">1679 </span>  <a href='../065duplex_list.mu.html#L357'>remove-between</a> start, end
 <span id="L1680" class="LineNr">1680 </span>  <span class="Comment"># adjust cursor</span>
 <span id="L1681" class="LineNr">1681 </span>  before-cursor <span class="Special">&lt;-</span> copy start
 <span id="L1682" class="LineNr">1682 </span>  *editor <span class="Special">&lt;-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor
@@ -1872,7 +1872,7 @@ if ('onhashchange' in window) {
 <span id="L1810" class="LineNr">1810 </span>  <span class="Delimiter">}</span>
 <span id="L1811" class="LineNr">1811 </span>  <span class="Comment"># snip it out</span>
 <span id="L1812" class="LineNr">1812 </span>  result <span class="Special">&lt;-</span> <a href='../065duplex_list.mu.html#L29'>next</a> start
-<span id="L1813" class="LineNr">1813 </span>  <a href='../065duplex_list.mu.html#L345'>remove-between</a> start, end
+<span id="L1813" class="LineNr">1813 </span>  <a href='../065duplex_list.mu.html#L357'>remove-between</a> start, end
 <span id="L1814" class="LineNr">1814 </span>]
 <span id="L1815" class="LineNr">1815 </span>
 <span id="L1816" class="LineNr">1816 </span><span class="muScenario">scenario</span> editor-deletes-to-end-of-line-with-ctrl-k-2 [
@@ -2860,8 +2860,8 @@ if ('onhashchange' in window) {
 <span id="L2798" class="LineNr">2798 </span>  *editor <span class="Special">&lt;-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor
 <span id="L2799" class="LineNr">2799 </span>  <span class="Comment"># keep one line in common with previous page</span>
 <span id="L2800" class="LineNr">2800 </span>  <span class="Delimiter">{</span>
-<span id="L2801" class="LineNr">2801 </span>  <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L516'>last</a>:char <span class="Special">&lt;-</span> get *before-cursor, <span class="Constant">value:offset</span>
-<span id="L2802" class="LineNr">2802 </span>  <span class="Conceal">¦</span> newline?:bool <span class="Special">&lt;-</span> equal <a href='../065duplex_list.mu.html#L516'>last</a>, <span class="Constant">10/newline</span>
+<span id="L2801" class="LineNr">2801 </span>  <span class="Conceal">¦</span> <a href='../065duplex_list.mu.html#L528'>last</a>:char <span class="Special">&lt;-</span> get *before-cursor, <span class="Constant">value:offset</span>
+<span id="L2802" class="LineNr">2802 </span>  <span class="Conceal">¦</span> newline?:bool <span class="Special">&lt;-</span> equal <a href='../065duplex_list.mu.html#L528'>last</a>, <span class="Constant">10/newline</span>
 <span id="L2803" class="LineNr">2803 </span>  <span class="Conceal">¦</span> <span class="muControl">break-unless</span> newline?:bool
 <span id="L2804" class="LineNr">2804 </span>  <span class="Conceal">¦</span> before-cursor <span class="Special">&lt;-</span> <a href='../065duplex_list.mu.html#L36'>prev</a> before-cursor
 <span id="L2805" class="LineNr">2805 </span>  <span class="Conceal">¦</span> *editor <span class="Special">&lt;-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor