about summary refs log tree commit diff stats
path: root/html/400.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/400.mu.html
parent208b28303cc2fa55939b06b5effac1cbd69d6356 (diff)
downloadmu-828bc32057511bc88bd651f2e7c9cf19706378d3.tar.gz
6716
Diffstat (limited to 'html/400.mu.html')
-rw-r--r--html/400.mu.html32
1 files changed, 16 insertions, 16 deletions
diff --git a/html/400.mu.html b/html/400.mu.html
index 5f771d23..702c2817 100644
--- a/html/400.mu.html
+++ b/html/400.mu.html
@@ -171,8 +171,8 @@ if ('onhashchange' in window) {
 <span id="L116" class="LineNr">116 </span><span class="Comment">#sig get-or-insert table: (addr stream {(handle array byte), T}), key: (addr array byte), row-size: int, ad: (addr allocation-descriptor) -&gt; result/eax: (addr T)</span>
 <span id="L117" class="LineNr">117 </span><span class="Comment">#sig get-or-insert-handle table: (addr stream {(handle array byte), T}), key: (handle array byte), row-size: int -&gt; result/eax: (addr T)</span>
 <span id="L118" class="LineNr">118 </span><span class="Comment">#sig get-or-insert-slice table: (addr stream {(handle array byte), T}), key: (addr slice), row-size: int, ad: (addr allocation-descriptor) -&gt; result/eax: (addr T)</span>
-<span id="L119" class="LineNr">119 </span><span class="Comment">#sig get-or-stop table: (addr stream {(handle array byte), T}), key: (addr array byte), row-size: int,</span>
-<span id="L120" class="LineNr">120 </span><span class="Comment">#sig get-slice-or-stop table: (addr stream {(handle array byte), _}), key: (addr slice), row-size: int,</span>
+<span id="L119" class="LineNr">119 </span><span class="Comment">#sig get-or-stop table: (addr stream {(handle array byte), T}), key: (addr array byte), row-size: int</span>
+<span id="L120" class="LineNr">120 </span><span class="Comment">#sig get-slice-or-stop table: (addr stream {(handle array byte), _}), key: (addr slice), row-size: int</span>
 <span id="L121" class="LineNr">121 </span><span class="Comment">#sig maybe-get table: (addr stream {(handle array byte), T}), key: (addr array byte), row-size: int -&gt; result/eax: (addr T)</span>
 <span id="L122" class="LineNr">122 </span><span class="Comment">#sig maybe-get-slice table: (addr stream {(handle array byte), T}), key: (addr slice), row-size: int -&gt; result/eax: (addr T)</span>
 <span id="L123" class="LineNr">123 </span><span class="PreProc">sig</span> <a href='132slurp.subx.html#L8'>slurp</a> f: (addr buffered-file), s: (addr stream byte)
@@ -193,20 +193,20 @@ if ('onhashchange' in window) {
 <span id="L138" class="LineNr">138 </span><span class="PreProc">sig</span> <a href='303kernel-string.subx.html#L57'>kernel-string-length</a> in: (addr kernel-string)<span class="PreProc"> -&gt; </span>result/<span class="Constant">eax</span>: int
 <span id="L139" class="LineNr">139 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L6'>enable-screen-grid-mode</a>
 <span id="L140" class="LineNr">140 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L24'>enable-screen-type-mode</a>
-<span id="L141" class="LineNr">141 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L37'>screen-size</a><span class="PreProc"> -&gt; </span>nrows/<span class="Constant">eax</span>: int, ncols/<span class="Constant">ecx</span>: int
-<span id="L142" class="LineNr">142 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L75'>clear-screen</a>
-<span id="L143" class="LineNr">143 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L91'>move-cursor-on-screen</a> row: int, column: int
-<span id="L144" class="LineNr">144 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L122'>print-string-to-screen</a> s: (addr array byte)
-<span id="L145" class="LineNr">145 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L134'>print-byte-to-screen</a> c: byte
-<span id="L146" class="LineNr">146 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L155'>print-int32-hex-to-screen</a> n: int
-<span id="L147" class="LineNr">147 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L168'>reset-formatting-on-screen</a>
-<span id="L148" class="LineNr">148 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L183'>start-color-on-screen</a> fg: int, bg: int
-<span id="L149" class="LineNr">149 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L218'>start-bold-on-screen</a>
-<span id="L150" class="LineNr">150 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L231'>start-underline-on-screen</a>
-<span id="L151" class="LineNr">151 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L244'>start-reverse-video-on-screen</a>
-<span id="L152" class="LineNr">152 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L258'>start-blinking-on-screen</a>
-<span id="L153" class="LineNr">153 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L271'>hide-cursor-on-screen</a>
-<span id="L154" class="LineNr">154 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L284'>show-cursor-on-screen</a>
+<span id="L141" class="LineNr">141 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L37'>real-screen-size</a><span class="PreProc"> -&gt; </span>nrows/<span class="Constant">eax</span>: int, ncols/<span class="Constant">ecx</span>: int
+<span id="L142" class="LineNr">142 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L75'>clear-real-screen</a>
+<span id="L143" class="LineNr">143 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L91'>move-cursor-on-real-screen</a> row: int, column: int
+<span id="L144" class="LineNr">144 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L122'>print-string-to-real-screen</a> s: (addr array byte)
+<span id="L145" class="LineNr">145 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L135'>print-grapheme-to-real-screen</a> c: grapheme
+<span id="L146" class="LineNr">146 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L200'>print-int32-hex-to-real-screen</a> n: int
+<span id="L147" class="LineNr">147 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L213'>reset-formatting-on-real-screen</a>
+<span id="L148" class="LineNr">148 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L228'>start-color-on-real-screen</a> fg: int, bg: int
+<span id="L149" class="LineNr">149 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L263'>start-bold-on-real-screen</a>
+<span id="L150" class="LineNr">150 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L276'>start-underline-on-real-screen</a>
+<span id="L151" class="LineNr">151 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L289'>start-reverse-video-on-real-screen</a>
+<span id="L152" class="LineNr">152 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L303'>start-blinking-on-real-screen</a>
+<span id="L153" class="LineNr">153 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L316'>hide-cursor-on-real-screen</a>
+<span id="L154" class="LineNr">154 </span><span class="PreProc">sig</span> <a href='304screen.subx.html#L329'>show-cursor-on-real-screen</a>
 <span id="L155" class="LineNr">155 </span><span class="PreProc">sig</span> <a href='305keyboard.subx.html#L6'>enable-keyboard-immediate-mode</a>
 <span id="L156" class="LineNr">156 </span><span class="PreProc">sig</span> <a href='305keyboard.subx.html#L72'>enable-keyboard-type-mode</a>
 <span id="L157" class="LineNr">157 </span><span class="PreProc">sig</span> <a href='305keyboard.subx.html#L122'>read-key</a><span class="PreProc"> -&gt; </span>result/<span class="Constant">eax</span>: byte