about summary refs log tree commit diff stats
path: root/html/shell/print.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/shell/print.mu.html')
-rw-r--r--html/shell/print.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/shell/print.mu.html b/html/shell/print.mu.html
index 7be992ea..eee91eb7 100644
--- a/html/shell/print.mu.html
+++ b/html/shell/print.mu.html
@@ -230,7 +230,7 @@ if ('onhashchange' in window) {
 <span id="L167" class="LineNr">167 </span>  <a href='print.mu.html#L7'>print-cell</a> in-ah, stream, trace
 <span id="L168" class="LineNr">168 </span>  <span class="PreProc">var</span> d1/eax: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
 <span id="L169" class="LineNr">169 </span>  <span class="PreProc">var</span> d2/<span class="muRegEcx">ecx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
-<span id="L170" class="LineNr">170 </span>  d1, d2 <span class="Special">&lt;-</span> <a href='../501draw-text.mu.html#L213'>draw-stream-wrapping-right-then-down</a> <span class="Constant">0</span>/screen, stream, <span class="Constant">0</span>/xmin, <span class="Constant">0</span>/ymin, <span class="Constant">0x80</span>/xmax, <span class="Constant">0x30</span>/ymax, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">7</span>/fg, <span class="Constant">0xc5</span>/bg=blue-bg
+<span id="L170" class="LineNr">170 </span>  d1, d2 <span class="Special">&lt;-</span> <a href='../501draw-text.mu.html#L206'>draw-stream-wrapping-right-then-down</a> <span class="Constant">0</span>/screen, stream, <span class="Constant">0</span>/xmin, <span class="Constant">0</span>/ymin, <span class="Constant">0x80</span>/xmax, <span class="Constant">0x30</span>/ymax, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">7</span>/fg, <span class="Constant">0xc5</span>/bg=blue-bg
 <span id="L171" class="LineNr">171 </span><span class="Delimiter">}</span>
 <span id="L172" class="LineNr">172 </span>
 <span id="L173" class="LineNr">173 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='print.mu.html#L173'>dump-cell-from-cursor-over-full-screen</a></span> in-ah: (addr handle <a href='cell.mu.html#L1'>cell</a>), fg: int, bg: int <span class="Delimiter">{</span>
@@ -240,7 +240,7 @@ if ('onhashchange' in window) {
 <span id="L177" class="LineNr">177 </span>  <span class="PreProc">var</span> trace/<span class="muRegEdi">edi</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
 <span id="L178" class="LineNr">178 </span>  <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
 <span id="L179" class="LineNr">179 </span>  <a href='print.mu.html#L7'>print-cell</a> in-ah, stream, trace
-<span id="L180" class="LineNr">180 </span>  <a href='../501draw-text.mu.html#L295'>draw-stream-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, stream, fg, bg
+<span id="L180" class="LineNr">180 </span>  <a href='../501draw-text.mu.html#L288'>draw-stream-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, stream, fg, bg
 <span id="L181" class="LineNr">181 </span><span class="Delimiter">}</span>
 <span id="L182" class="LineNr">182 </span>
 <span id="L183" class="LineNr">183 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='print.mu.html#L183'>print-symbol</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>), out: (addr stream byte), trace: (addr trace) <span class="Delimiter">{</span>