about summary refs log tree commit diff stats
path: root/html/apps/print-file.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-08-15 21:38:36 -0700
committerKartik Agaram <vc@akkartik.com>2020-08-15 21:38:36 -0700
commit828bc32057511bc88bd651f2e7c9cf19706378d3 (patch)
tree2f497c9650dfa1338e23430ce0b187b444f5922e /html/apps/print-file.mu.html
parent208b28303cc2fa55939b06b5effac1cbd69d6356 (diff)
downloadmu-828bc32057511bc88bd651f2e7c9cf19706378d3.tar.gz
6716
Diffstat (limited to 'html/apps/print-file.mu.html')
-rw-r--r--html/apps/print-file.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/apps/print-file.mu.html b/html/apps/print-file.mu.html
index 35b9dc58..0995e3c1 100644
--- a/html/apps/print-file.mu.html
+++ b/html/apps/print-file.mu.html
@@ -72,7 +72,7 @@ if ('onhashchange' in window) {
 <span id="L14" class="LineNr">14 </span>    compare n, <span class="Constant">1</span>
 <span id="L15" class="LineNr">15 </span>    <span class="Delimiter">{</span>
 <span id="L16" class="LineNr">16 </span>      <span class="PreProc">break-if-&gt;</span>
-<span id="L17" class="LineNr">17 </span>      <a href='../304screen.subx.html#L122'>print-string-to-screen</a> <span class="Constant">&quot;usage: cat &lt;filename&gt;\n&quot;</span>
+<span id="L17" class="LineNr">17 </span>      <a href='../405screen.mu.html#L134'>print-string</a> <span class="Constant">0</span>, <span class="Constant">&quot;usage: cat &lt;filename&gt;\n&quot;</span>
 <span id="L18" class="LineNr">18 </span>      <span class="PreProc">break</span> $main-body
 <span id="L19" class="LineNr">19 </span>    <span class="Delimiter">}</span>
 <span id="L20" class="LineNr">20 </span>    <span class="Delimiter">{</span>
@@ -89,7 +89,7 @@ if ('onhashchange' in window) {
 <span id="L31" class="LineNr">31 </span>        <span class="PreProc">var</span> c/<span class="Constant">eax</span>: byte <span class="SpecialChar">&lt;-</span> <a href='../112read-byte.subx.html#L38'>read-byte-buffered</a> in-addr
 <span id="L32" class="LineNr">32 </span>        compare c, <span class="Constant">0xffffffff</span>  <span class="Comment"># EOF marker</span>
 <span id="L33" class="LineNr">33 </span>        <span class="PreProc">break-if-=</span>
-<span id="L34" class="LineNr">34 </span>        <a href='../304screen.subx.html#L134'>print-byte-to-screen</a> c
+<span id="L34" class="LineNr">34 </span>        <a href='../405screen.mu.html#L149'>print-grapheme</a> <span class="Constant">0</span>, c
 <span id="L35" class="LineNr">35 </span>        <span class="PreProc">loop</span>
 <span id="L36" class="LineNr">36 </span>      <span class="Delimiter">}</span>
 <span id="L37" class="LineNr">37 </span>    <span class="Delimiter">}</span>