diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-06-20 10:40:07 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-06-20 10:40:07 -0700 |
commit | 124c67645cb6f1b9f06d7104c5398fa4732e2f25 (patch) | |
tree | 8d4419ff18f494d4ad5e3318820764c5fa4c474a /html/081print.mu.html | |
parent | 130596f0e0efe89a4bee136c1d62ecc577c756e2 (diff) | |
download | mu-124c67645cb6f1b9f06d7104c5398fa4732e2f25.tar.gz |
3934
Diffstat (limited to 'html/081print.mu.html')
-rw-r--r-- | html/081print.mu.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/html/081print.mu.html b/html/081print.mu.html index 01a5dd12..c32c880f 100644 --- a/html/081print.mu.html +++ b/html/081print.mu.html @@ -167,7 +167,7 @@ if ('onhashchange' in window) { <span id="L104" class="LineNr">104 </span> <span class="Comment"># (handle special cases exactly like in the real screen)</span> <span id="L105" class="LineNr">105 </span> width:num <span class="Special"><-</span> get *screen, <span class="Constant">num-columns:offset</span> <span id="L106" class="LineNr">106 </span> height:num <span class="Special"><-</span> get *screen, <span class="Constant">num-rows:offset</span> -<span id="L107" class="LineNr">107 </span> <a href='075channel.mu.html#L379'>capacity</a>:num <span class="Special"><-</span> multiply width, height +<span id="L107" class="LineNr">107 </span> <a href='075channel.mu.html#L399'>capacity</a>:num <span class="Special"><-</span> multiply width, height <span id="L108" class="LineNr">108 </span> row:num <span class="Special"><-</span> get *screen, <span class="Constant">cursor-row:offset</span> <span id="L109" class="LineNr">109 </span> column:num <span class="Special"><-</span> get *screen, <span class="Constant">cursor-column:offset</span> <span id="L110" class="LineNr">110 </span> buf:&:@:<a href='081print.mu.html#L14'>screen-cell</a> <span class="Special"><-</span> get *screen, <span class="Constant">data:offset</span> @@ -297,8 +297,8 @@ if ('onhashchange' in window) { <span id="L234" class="LineNr">234 </span> <span class="Conceal">¦</span> <span class="muControl">loop</span> <span id="L235" class="LineNr">235 </span> <span class="Delimiter">}</span> <span id="L236" class="LineNr">236 </span> <span class="Comment"># top-idx now same as next-top-idx; wrap around if necessary</span> -<span id="L237" class="LineNr">237 </span> <a href='075channel.mu.html#L379'>capacity</a>:num <span class="Special"><-</span> multiply width, height -<span id="L238" class="LineNr">238 </span> _, top-idx <span class="Special"><-</span> divide-with-remainder, top-idx, <a href='075channel.mu.html#L379'>capacity</a> +<span id="L237" class="LineNr">237 </span> <a href='075channel.mu.html#L399'>capacity</a>:num <span class="Special"><-</span> multiply width, height +<span id="L238" class="LineNr">238 </span> _, top-idx <span class="Special"><-</span> divide-with-remainder, top-idx, <a href='075channel.mu.html#L399'>capacity</a> <span id="L239" class="LineNr">239 </span> *screen <span class="Special"><-</span> put *screen, <span class="Constant">top-idx:offset</span>, top-idx <span id="L240" class="LineNr">240 </span>] <span id="L241" class="LineNr">241 </span> @@ -309,8 +309,8 @@ if ('onhashchange' in window) { <span id="L246" class="LineNr">246 </span> <span class="Constant">load-ingredients</span> <span id="L247" class="LineNr">247 </span> result <span class="Special"><-</span> multiply width, row <span id="L248" class="LineNr">248 </span> result <span class="Special"><-</span> add result, column, top-idx -<span id="L249" class="LineNr">249 </span> <a href='075channel.mu.html#L379'>capacity</a>:num <span class="Special"><-</span> multiply width, height -<span id="L250" class="LineNr">250 </span> _, result <span class="Special"><-</span> divide-with-remainder result, <a href='075channel.mu.html#L379'>capacity</a> +<span id="L249" class="LineNr">249 </span> <a href='075channel.mu.html#L399'>capacity</a>:num <span class="Special"><-</span> multiply width, height +<span id="L250" class="LineNr">250 </span> _, result <span class="Special"><-</span> divide-with-remainder result, <a href='075channel.mu.html#L399'>capacity</a> <span id="L251" class="LineNr">251 </span>] <span id="L252" class="LineNr">252 </span> <span id="L253" class="LineNr">253 </span><span class="muScenario">scenario</span> print-character-at-top-left [ |