diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-06-19 14:42:33 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-06-19 14:42:33 -0700 |
commit | a59f20f8669c7bdd21166e918bd74493e46c0400 (patch) | |
tree | a3b766add58100ddf1f679e0f53c71437dcbf3b4 /html/edit/004-programming-environment.mu.html | |
parent | 1c2d788b454670bf8fa1cb65c6251a8ff6ddcaf7 (diff) | |
download | mu-a59f20f8669c7bdd21166e918bd74493e46c0400.tar.gz |
3928
Diffstat (limited to 'html/edit/004-programming-environment.mu.html')
-rw-r--r-- | html/edit/004-programming-environment.mu.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/edit/004-programming-environment.mu.html b/html/edit/004-programming-environment.mu.html index 647bc264..bc510375 100644 --- a/html/edit/004-programming-environment.mu.html +++ b/html/edit/004-programming-environment.mu.html @@ -470,7 +470,7 @@ if ('onhashchange' in window) { <span id="L407" class="LineNr">407 </span> <span class="Comment"># top menu</span> <span id="L408" class="LineNr">408 </span> trace<span class="Constant"> 11</span>, <span class="Constant">[app]</span>, <span class="Constant">[render top menu]</span> <span id="L409" class="LineNr">409 </span> width:num <span class="Special"><-</span> <a href='../081print.mu.html#L735'>screen-width</a> <a href='../081print.mu.html#L4'>screen</a> -<span id="L410" class="LineNr">410 </span> <a href='002-typing.mu.html#L1115'>draw-horizontal</a> <a href='../081print.mu.html#L4'>screen</a>,<span class="Constant"> 0</span>, <span class="Constant">0/left</span>, width, <span class="Constant">32/space</span>, <span class="Constant">0/black</span>, <span class="Constant">238/grey</span> +<span id="L410" class="LineNr">410 </span> <a href='002-typing.mu.html#L1116'>draw-horizontal</a> <a href='../081print.mu.html#L4'>screen</a>,<span class="Constant"> 0</span>, <span class="Constant">0/left</span>, width, <span class="Constant">32/space</span>, <span class="Constant">0/black</span>, <span class="Constant">238/grey</span> <span id="L411" class="LineNr">411 </span> button-start:num <span class="Special"><-</span> subtract width,<span class="Constant"> 20</span> <span id="L412" class="LineNr">412 </span> button-on-screen?:bool <span class="Special"><-</span> greater-or-equal button-start,<span class="Constant"> 0</span> <span id="L413" class="LineNr">413 </span> assert button-on-screen?, <span class="Constant">[screen too narrow for menu]</span> @@ -507,7 +507,7 @@ if ('onhashchange' in window) { <span id="L444" class="LineNr">444 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> <span id="L445" class="LineNr">445 </span><span class="Constant"> <a href='004-programming-environment.mu.html#L445'><render-recipe-components-end></a></span> <span id="L446" class="LineNr">446 </span> <span class="Comment"># draw dotted line after recipes</span> -<span id="L447" class="LineNr">447 </span> <a href='002-typing.mu.html#L1115'>draw-horizontal</a> <a href='../081print.mu.html#L4'>screen</a>, row, left, right, <span class="Constant">9480/horizontal-dotted</span> +<span id="L447" class="LineNr">447 </span> <a href='002-typing.mu.html#L1116'>draw-horizontal</a> <a href='../081print.mu.html#L4'>screen</a>, row, left, right, <span class="Constant">9480/horizontal-dotted</span> <span id="L448" class="LineNr">448 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> <span id="L449" class="LineNr">449 </span> <a href='001-editor.mu.html#L207'>clear-screen-from</a> <a href='../081print.mu.html#L4'>screen</a>, row, left, left, right <span id="L450" class="LineNr">450 </span>] @@ -524,7 +524,7 @@ if ('onhashchange' in window) { <span id="L461" class="LineNr">461 </span> <a href='../081print.mu.html#L536'>clear-line-until</a> <a href='../081print.mu.html#L4'>screen</a>, right <span id="L462" class="LineNr">462 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> <span id="L463" class="LineNr">463 </span> <span class="Comment"># draw solid line after code (you'll see why in later layers)</span> -<span id="L464" class="LineNr">464 </span> <a href='002-typing.mu.html#L1115'>draw-horizontal</a> <a href='../081print.mu.html#L4'>screen</a>, row, left, right +<span id="L464" class="LineNr">464 </span> <a href='002-typing.mu.html#L1116'>draw-horizontal</a> <a href='../081print.mu.html#L4'>screen</a>, row, left, right <span id="L465" class="LineNr">465 </span> row <span class="Special"><-</span> add row,<span class="Constant"> 1</span> <span id="L466" class="LineNr">466 </span> <a href='001-editor.mu.html#L207'>clear-screen-from</a> <a href='../081print.mu.html#L4'>screen</a>, row, left, left, right <span id="L467" class="LineNr">467 </span>] |