about summary refs log tree commit diff stats
path: root/html/apps/tile/box.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/tile/box.mu.html')
-rw-r--r--html/apps/tile/box.mu.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/html/apps/tile/box.mu.html b/html/apps/tile/box.mu.html
index cfb3da04..88d29001 100644
--- a/html/apps/tile/box.mu.html
+++ b/html/apps/tile/box.mu.html
@@ -87,7 +87,7 @@ if ('onhashchange' in window) {
 <span id="L29" class="LineNr"> 29 </span>  <span class="Delimiter">{</span>
 <span id="L30" class="LineNr"> 30 </span>    compare col, col2
 <span id="L31" class="LineNr"> 31 </span>    <span class="PreProc">break-if-&gt;=</span>
-<span id="L32" class="LineNr"> 32 </span>    <a href='../../405screen.mu.html#L432'>print-code-point</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">0x2500</span>
+<span id="L32" class="LineNr"> 32 </span>    <a href='../../405screen.mu.html#L431'>print-code-point</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">0x2500</span>
 <span id="L33" class="LineNr"> 33 </span>    col <span class="SpecialChar">&lt;-</span> increment
 <span id="L34" class="LineNr"> 34 </span>    <span class="PreProc">loop</span>
 <span id="L35" class="LineNr"> 35 </span>  <span class="Delimiter">}</span>
@@ -99,7 +99,7 @@ if ('onhashchange' in window) {
 <span id="L41" class="LineNr"> 41 </span>    compare row, row2
 <span id="L42" class="LineNr"> 42 </span>    <span class="PreProc">break-if-&gt;=</span>
 <span id="L43" class="LineNr"> 43 </span>    <a href='../../405screen.mu.html#L109'>move-cursor</a> <a href='../../405screen.mu.html#L9'>screen</a>, row, col
-<span id="L44" class="LineNr"> 44 </span>    <a href='../../405screen.mu.html#L432'>print-code-point</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">0x2502</span>
+<span id="L44" class="LineNr"> 44 </span>    <a href='../../405screen.mu.html#L431'>print-code-point</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">0x2502</span>
 <span id="L45" class="LineNr"> 45 </span>    row <span class="SpecialChar">&lt;-</span> increment
 <span id="L46" class="LineNr"> 46 </span>    <span class="PreProc">loop</span>
 <span id="L47" class="LineNr"> 47 </span>  <span class="Delimiter">}</span>
@@ -107,22 +107,22 @@ if ('onhashchange' in window) {
 <span id="L49" class="LineNr"> 49 </span>
 <span id="L50" class="LineNr"> 50 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='box.mu.html#L50'>draw-top-left-corner</a></span> <a href='../../405screen.mu.html#L9'>screen</a>: (addr <a href='../../405screen.mu.html#L9'>screen</a>), row: int, col: int <span class="Delimiter">{</span>
 <span id="L51" class="LineNr"> 51 </span>  <a href='../../405screen.mu.html#L109'>move-cursor</a> <a href='../../405screen.mu.html#L9'>screen</a>, row, col
-<span id="L52" class="LineNr"> 52 </span>  <a href='../../405screen.mu.html#L432'>print-code-point</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">0x250c</span>
+<span id="L52" class="LineNr"> 52 </span>  <a href='../../405screen.mu.html#L431'>print-code-point</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">0x250c</span>
 <span id="L53" class="LineNr"> 53 </span><span class="Delimiter">}</span>
 <span id="L54" class="LineNr"> 54 </span>
 <span id="L55" class="LineNr"> 55 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='box.mu.html#L55'>draw-top-right-corner</a></span> <a href='../../405screen.mu.html#L9'>screen</a>: (addr <a href='../../405screen.mu.html#L9'>screen</a>), row: int, col: int <span class="Delimiter">{</span>
 <span id="L56" class="LineNr"> 56 </span>  <a href='../../405screen.mu.html#L109'>move-cursor</a> <a href='../../405screen.mu.html#L9'>screen</a>, row, col
-<span id="L57" class="LineNr"> 57 </span>  <a href='../../405screen.mu.html#L432'>print-code-point</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">0x2510</span>
+<span id="L57" class="LineNr"> 57 </span>  <a href='../../405screen.mu.html#L431'>print-code-point</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">0x2510</span>
 <span id="L58" class="LineNr"> 58 </span><span class="Delimiter">}</span>
 <span id="L59" class="LineNr"> 59 </span>
 <span id="L60" class="LineNr"> 60 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='box.mu.html#L60'>draw-bottom-left-corner</a></span> <a href='../../405screen.mu.html#L9'>screen</a>: (addr <a href='../../405screen.mu.html#L9'>screen</a>), row: int, col: int <span class="Delimiter">{</span>
 <span id="L61" class="LineNr"> 61 </span>  <a href='../../405screen.mu.html#L109'>move-cursor</a> <a href='../../405screen.mu.html#L9'>screen</a>, row, col
-<span id="L62" class="LineNr"> 62 </span>  <a href='../../405screen.mu.html#L432'>print-code-point</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">0x2514</span>
+<span id="L62" class="LineNr"> 62 </span>  <a href='../../405screen.mu.html#L431'>print-code-point</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">0x2514</span>
 <span id="L63" class="LineNr"> 63 </span><span class="Delimiter">}</span>
 <span id="L64" class="LineNr"> 64 </span>
 <span id="L65" class="LineNr"> 65 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='box.mu.html#L65'>draw-bottom-right-corner</a></span> <a href='../../405screen.mu.html#L9'>screen</a>: (addr <a href='../../405screen.mu.html#L9'>screen</a>), row: int, col: int <span class="Delimiter">{</span>
 <span id="L66" class="LineNr"> 66 </span>  <a href='../../405screen.mu.html#L109'>move-cursor</a> <a href='../../405screen.mu.html#L9'>screen</a>, row, col
-<span id="L67" class="LineNr"> 67 </span>  <a href='../../405screen.mu.html#L432'>print-code-point</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">0x2518</span>
+<span id="L67" class="LineNr"> 67 </span>  <a href='../../405screen.mu.html#L431'>print-code-point</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">0x2518</span>
 <span id="L68" class="LineNr"> 68 </span><span class="Delimiter">}</span>
 <span id="L69" class="LineNr"> 69 </span>
 <span id="L70" class="LineNr"> 70 </span><span class="muComment"># erase parts of screen the slow way</span>