about summary refs log tree commit diff stats
path: root/html/501draw-text.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/501draw-text.mu.html')
-rw-r--r--html/501draw-text.mu.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/html/501draw-text.mu.html b/html/501draw-text.mu.html
index bc18cb25..0e951a27 100644
--- a/html/501draw-text.mu.html
+++ b/html/501draw-text.mu.html
@@ -533,17 +533,6 @@ if ('onhashchange' in window) {
 <span id="L475" class="LineNr">475 </span>  width, height <span class="Special">&lt;-</span> <a href='500fake-screen.mu.html#L70'>screen-size</a> <a href='500fake-screen.mu.html#L14'>screen</a>
 <span id="L476" class="LineNr">476 </span>  <a href='501draw-text.mu.html#L457'>draw-text-wrapping-down-then-right-from-cursor</a> <a href='500fake-screen.mu.html#L14'>screen</a>, text, <span class="Constant">0</span>/xmin, <span class="Constant">0</span>/ymin, width, height, color, background-color
 <span id="L477" class="LineNr">477 </span><span class="Delimiter">}</span>
-<span id="L478" class="LineNr">478 </span>
-<span id="L479" class="LineNr">479 </span><span class="muComment"># hacky error-handling</span>
-<span id="L480" class="LineNr">480 </span><span class="muComment"># just go into an infinite loop</span>
-<span id="L481" class="LineNr">481 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='501draw-text.mu.html#L481'>abort</a></span> e: (addr array byte) <span class="Delimiter">{</span>
-<span id="L482" class="LineNr">482 </span>  <span class="PreProc">var</span> dummy1/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
-<span id="L483" class="LineNr">483 </span>  <span class="PreProc">var</span> dummy2/<span class="Constant">ecx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
-<span id="L484" class="LineNr">484 </span>  dummy1, dummy2 <span class="Special">&lt;-</span> <a href='501draw-text.mu.html#L235'>draw-text-wrapping-right-then-down-over-full-screen</a> <span class="Constant">0</span>/screen, e, <span class="Constant">0</span>/x, <span class="Constant">0x2f</span>/y, <span class="Constant">0xf</span>/fg=white, <span class="Constant">0xc</span>/bg=red
-<span id="L485" class="LineNr">485 </span>  <span class="Delimiter">{</span>
-<span id="L486" class="LineNr">486 </span>    <span class="PreProc">loop</span>
-<span id="L487" class="LineNr">487 </span>  <span class="Delimiter">}</span>
-<span id="L488" class="LineNr">488 </span><span class="Delimiter">}</span>
 </pre>
 </body>
 </html>