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-06-09 23:42:58 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-06-09 23:42:58 -0700
commitf0f077661c1f5d587602343a1a0bc82f0c99cf59 (patch)
tree0a224a22b1a50ce9ee44f03e6443623dce17a4fc /html/edit/003-shortcuts.mu.html
parentbd5d3936ec77e0ec42d6f9d99d377d807e9892f8 (diff)
downloadmu-f0f077661c1f5d587602343a1a0bc82f0c99cf59.tar.gz
3904
Standardize functions to put the main object being modified first.
Diffstat (limited to 'html/edit/003-shortcuts.mu.html')
-rw-r--r--html/edit/003-shortcuts.mu.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/html/edit/003-shortcuts.mu.html b/html/edit/003-shortcuts.mu.html
index 55b98690..0af7df9a 100644
--- a/html/edit/003-shortcuts.mu.html
+++ b/html/edit/003-shortcuts.mu.html
@@ -194,7 +194,7 @@ if ('onhashchange' in window) {
 <span id="L132" class="LineNr"> 132 </span>  left:num <span class="Special">&lt;-</span> get *editor, <span class="Constant">left:offset</span>
 <span id="L133" class="LineNr"> 133 </span>  right:num <span class="Special">&lt;-</span> get *editor, <span class="Constant">right:offset</span>
 <span id="L134" class="LineNr"> 134 </span>  curr:&amp;:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special">&lt;-</span> <a href='../065duplex_list.mu.html#L29'>next</a> before-cursor
-<span id="L135" class="LineNr"> 135 </span>  <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='../081print.mu.html#L573'>move-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, cursor-row, cursor-column
+<span id="L135" class="LineNr"> 135 </span>  <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> move-cursor <a href='../081print.mu.html#L4'>screen</a>, cursor-row, cursor-column
 <span id="L136" class="LineNr"> 136 </span>  curr-column:num <span class="Special">&lt;-</span> copy cursor-column
 <span id="L137" class="LineNr"> 137 </span>  <span class="Delimiter">{</span>
 <span id="L138" class="LineNr"> 138 </span>  <span class="Conceal">¦</span> <span class="Comment"># hit right margin? give up and let caller render</span>
@@ -448,7 +448,7 @@ if ('onhashchange' in window) {
 <span id="L386" class="LineNr"> 386 </span>  curr:&amp;:<a href='../065duplex_list.mu.html#L3'>duplex-list</a>:char <span class="Special">&lt;-</span> <a href='../065duplex_list.mu.html#L29'>next</a> before-cursor  <span class="Comment"># refresh after remove above</span>
 <span id="L387" class="LineNr"> 387 </span>  cursor-row:num <span class="Special">&lt;-</span> get *editor, <span class="Constant">cursor-row:offset</span>
 <span id="L388" class="LineNr"> 388 </span>  cursor-column:num <span class="Special">&lt;-</span> get *editor, <span class="Constant">cursor-column:offset</span>
-<span id="L389" class="LineNr"> 389 </span>  <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='../081print.mu.html#L573'>move-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, cursor-row, cursor-column
+<span id="L389" class="LineNr"> 389 </span>  <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> move-cursor <a href='../081print.mu.html#L4'>screen</a>, cursor-row, cursor-column
 <span id="L390" class="LineNr"> 390 </span>  curr-column:num <span class="Special">&lt;-</span> copy cursor-column
 <span id="L391" class="LineNr"> 391 </span>  <a href='../081print.mu.html#L735'>screen-width</a>:num <span class="Special">&lt;-</span> <a href='../081print.mu.html#L735'>screen-width</a> <a href='../081print.mu.html#L4'>screen</a>
 <span id="L392" class="LineNr"> 392 </span>  <span class="Delimiter">{</span>
@@ -507,7 +507,7 @@ if ('onhashchange' in window) {
 <span id="L445" class="LineNr"> 445 </span>  <span class="Conceal">¦</span> before-cursor <span class="Special">&lt;-</span> copy next-cursor
 <span id="L446" class="LineNr"> 446 </span>  <span class="Conceal">¦</span> *editor <span class="Special">&lt;-</span> put *editor, <span class="Constant">before-cursor:offset</span>, before-cursor
 <span id="L447" class="LineNr"> 447 </span>  <span class="Conceal">¦</span> go-render?:bool <span class="Special">&lt;-</span> <a href='003-shortcuts.mu.html#L455'>move-cursor-coordinates-right</a> editor, <a href='../081print.mu.html#L748'>screen-height</a>
-<span id="L448" class="LineNr"> 448 </span>  <span class="Conceal">¦</span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='../081print.mu.html#L573'>move-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, cursor-row, cursor-column
+<span id="L448" class="LineNr"> 448 </span>  <span class="Conceal">¦</span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> move-cursor <a href='../081print.mu.html#L4'>screen</a>, cursor-row, cursor-column
 <span id="L449" class="LineNr"> 449 </span>  <span class="Conceal">¦</span> undo-coalesce-tag:num <span class="Special">&lt;-</span> copy <span class="Constant">2/right-arrow</span>
 <span id="L450" class="LineNr"> 450 </span><span class="Constant">  </span><span class="Conceal">¦</span><span class="Constant"> &lt;move-cursor-end&gt;</span>
 <span id="L451" class="LineNr"> 451 </span>  <span class="Conceal">¦</span> <span class="muControl">return</span>
@@ -1810,7 +1810,7 @@ if ('onhashchange' in window) {
 <span id="L1748" class="LineNr">1748 </span>  <span class="muControl">return-unless</span> s
 <span id="L1749" class="LineNr">1749 </span>  color:num <span class="Special">&lt;-</span> copy <span class="Constant">7/white</span>
 <span id="L1750" class="LineNr">1750 </span>  column:num <span class="Special">&lt;-</span> copy left
-<span id="L1751" class="LineNr">1751 </span>  <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='../081print.mu.html#L573'>move-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, row, column
+<span id="L1751" class="LineNr">1751 </span>  <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> move-cursor <a href='../081print.mu.html#L4'>screen</a>, row, column
 <span id="L1752" class="LineNr">1752 </span>  <a href='../081print.mu.html#L748'>screen-height</a>:num <span class="Special">&lt;-</span> <a href='../081print.mu.html#L748'>screen-height</a> <a href='../081print.mu.html#L4'>screen</a>
 <span id="L1753" class="LineNr">1753 </span>  i:num <span class="Special">&lt;-</span> copy<span class="Constant"> 0</span>
 <span id="L1754" class="LineNr">1754 </span>  len:num <span class="Special">&lt;-</span> length *s
@@ -1837,7 +1837,7 @@ if ('onhashchange' in window) {
 <span id="L1775" class="LineNr">1775 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Delimiter">}</span>
 <span id="L1776" class="LineNr">1776 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> row <span class="Special">&lt;-</span> add row,<span class="Constant"> 1</span>
 <span id="L1777" class="LineNr">1777 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> column <span class="Special">&lt;-</span> copy left
-<span id="L1778" class="LineNr">1778 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='../081print.mu.html#L573'>move-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, row, column
+<span id="L1778" class="LineNr">1778 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> move-cursor <a href='../081print.mu.html#L4'>screen</a>, row, column
 <span id="L1779" class="LineNr">1779 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> i <span class="Special">&lt;-</span> add i,<span class="Constant"> 1</span>
 <span id="L1780" class="LineNr">1780 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">loop</span> <span class="Constant">+next-character</span>
 <span id="L1781" class="LineNr">1781 </span>  <span class="Conceal">¦</span> <span class="Delimiter">}</span>
@@ -1850,7 +1850,7 @@ if ('onhashchange' in window) {
 <span id="L1788" class="LineNr">1788 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> print <a href='../081print.mu.html#L4'>screen</a>, wrap-icon, <span class="Constant">245/grey</span>
 <span id="L1789" class="LineNr">1789 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> column <span class="Special">&lt;-</span> copy left
 <span id="L1790" class="LineNr">1790 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> row <span class="Special">&lt;-</span> add row,<span class="Constant"> 1</span>
-<span id="L1791" class="LineNr">1791 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='../081print.mu.html#L573'>move-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, row, column
+<span id="L1791" class="LineNr">1791 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> move-cursor <a href='../081print.mu.html#L4'>screen</a>, row, column
 <span id="L1792" class="LineNr">1792 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># don't increment i</span>
 <span id="L1793" class="LineNr">1793 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">loop</span> <span class="Constant">+next-character</span>
 <span id="L1794" class="LineNr">1794 </span>  <span class="Conceal">¦</span> <span class="Delimiter">}</span>
@@ -1865,7 +1865,7 @@ if ('onhashchange' in window) {
 <span id="L1803" class="LineNr">1803 </span>  <span class="Conceal">¦</span> <span class="muControl">break-if</span> was-at-left?
 <span id="L1804" class="LineNr">1804 </span>  <span class="Conceal">¦</span> row <span class="Special">&lt;-</span> add row,<span class="Constant"> 1</span>
 <span id="L1805" class="LineNr">1805 </span>  <span class="Delimiter">}</span>
-<span id="L1806" class="LineNr">1806 </span>  <a href='../081print.mu.html#L573'>move-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, row, left
+<span id="L1806" class="LineNr">1806 </span>  move-cursor <a href='../081print.mu.html#L4'>screen</a>, row, left
 <span id="L1807" class="LineNr">1807 </span>]
 <span id="L1808" class="LineNr">1808 </span>
 <span id="L1809" class="LineNr">1809 </span><span class="muScenario">scenario</span> editor-deletes-to-start-of-line-with-ctrl-u-2 [