diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-03-14 08:28:41 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-03-14 08:28:41 -0700 |
commit | 00868a186b1dbc424fb9ace644fd4ea7d38f22aa (patch) | |
tree | 9fa715b06a79b9625bd47bf103efb0d6e177b974 /html/edit/005-sandbox.mu.html | |
parent | 16697d408cebb7e7060a76c4eb3c9a8fe1ae64e7 (diff) | |
download | mu-00868a186b1dbc424fb9ace644fd4ea7d38f22aa.tar.gz |
3794
Fix a _very_ misleading comment.
Diffstat (limited to 'html/edit/005-sandbox.mu.html')
-rw-r--r-- | html/edit/005-sandbox.mu.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/edit/005-sandbox.mu.html b/html/edit/005-sandbox.mu.html index 0d1f536a..99df1990 100644 --- a/html/edit/005-sandbox.mu.html +++ b/html/edit/005-sandbox.mu.html @@ -481,7 +481,7 @@ if ('onhashchange' in window) { <span id="L418" class="LineNr"> 418 </span> <a href='../081print.mu.html#L442'>move-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, row, left <span id="L419" class="LineNr"> 419 </span>] <span id="L420" class="LineNr"> 420 </span> -<span id="L421" class="LineNr"> 421 </span><span class="Comment"># like 'render' for texts, but with colorization for comments like in the editor</span> +<span id="L421" class="LineNr"> 421 </span><span class="Comment"># like 'render-text', but with colorization for comments like in the editor</span> <span id="L422" class="LineNr"> 422 </span><span class="muRecipe">def</span> <a href='005-sandbox.mu.html#L422'>render-code</a> <a href='../081print.mu.html#L4'>screen</a>:&:<a href='../081print.mu.html#L4'>screen</a>, s:text, left:num, right:num, row:num<span class="muRecipe"> -> </span>row:num, <a href='../081print.mu.html#L4'>screen</a>:&:<a href='../081print.mu.html#L4'>screen</a> [ <span id="L423" class="LineNr"> 423 </span> <span class="Constant">local-scope</span> <span id="L424" class="LineNr"> 424 </span> <span class="Constant">load-ingredients</span> @@ -499,7 +499,7 @@ if ('onhashchange' in window) { <span id="L436" class="LineNr"> 436 </span> <span class="Conceal">¦</span> done? <span class="Special"><-</span> greater-or-equal row, <a href='../081print.mu.html#L594'>screen-height</a> <span id="L437" class="LineNr"> 437 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> done? <span id="L438" class="LineNr"> 438 </span> <span class="Conceal">¦</span> c:char <span class="Special"><-</span> index *s, i -<span id="L439" class="LineNr"> 439 </span> <span class="Conceal">¦</span> <span class="Constant"><character-c-received></span> <span class="Comment"># only line different from render</span> +<span id="L439" class="LineNr"> 439 </span> <span class="Conceal">¦</span> <span class="Constant"><character-c-received></span> <span class="Comment"># only line different from 'render-text'</span> <span id="L440" class="LineNr"> 440 </span> <span class="Conceal">¦</span> <span class="Delimiter">{</span> <span id="L441" class="LineNr"> 441 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="Comment"># at right? wrap.</span> <span id="L442" class="LineNr"> 442 </span> <span class="Conceal">¦</span> <span class="Conceal">¦</span> at-right?:bool <span class="Special"><-</span> equal column, right |