about summary refs log tree commit diff stats
path: root/html/mu-init.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-04-21 08:28:00 -0700
committerKartik Agaram <vc@akkartik.com>2021-04-21 08:28:00 -0700
commita8fb537a88fdbe77cdcbaa05ee28d1cad94550da (patch)
treed0fad5f8da140435dcf05b631a4b3f315e0c1f86 /html/mu-init.subx.html
parentd27994a9d73f970a7b54ec71f4ae457da3734daa (diff)
downloadmu-a8fb537a88fdbe77cdcbaa05ee28d1cad94550da.tar.gz
.
Diffstat (limited to 'html/mu-init.subx.html')
-rw-r--r--html/mu-init.subx.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/html/mu-init.subx.html b/html/mu-init.subx.html
index c06fd383..cc77fcce 100644
--- a/html/mu-init.subx.html
+++ b/html/mu-init.subx.html
@@ -7,11 +7,11 @@
 <meta name="plugin-version" content="vim8.1_v1">
 <meta name="syntax" content="none">
 <meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
-<meta name="colorscheme" content="minimal-light">
+<meta name="colorscheme" content="minimal-dark">
 <style type="text/css">
 <!--
-pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #c6c6c6; }
-body { font-size:12pt; font-family: monospace; color: #000000; background-color: #c6c6c6; }
+pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #a8a8a8; }
+body { font-size:12pt; font-family: monospace; color: #000000; background-color: #a8a8a8; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
 .subxComment { color: #005faf; }
@@ -76,10 +76,10 @@ if ('onhashchange' in window) {
 <span id="L20" class="LineNr">20 </span>  {
 <span id="L21" class="LineNr">21 </span>    3d/compare-eax-and 0/imm32
 <span id="L22" class="LineNr">22 </span>    75/jump-if-!= <span class="Constant">break</span>/disp8
-<span id="L23" class="LineNr">23 </span>    (<a href='500text-screen.mu.html#L285'>clear-real-screen</a>)
+<span id="L23" class="LineNr">23 </span>    (<a href='500fake-screen.mu.html#L364'>clear-real-screen</a>)
 <span id="L24" class="LineNr">24 </span>    c7 0/subop/copy *<span class="SpecialChar"><a href='103grapheme.subx.html#L170'>Real-screen-cursor-x</a></span> 0/imm32
 <span id="L25" class="LineNr">25 </span>    c7 0/subop/copy *<span class="SpecialChar"><a href='103grapheme.subx.html#L172'>Real-screen-cursor-y</a></span> 0/imm32
-<span id="L26" class="LineNr">26 </span>    (main 0 0 <span class="SpecialChar"><a href='boot.subx.html#L884'>Primary-bus-secondary-drive</a></span>)
+<span id="L26" class="LineNr">26 </span>    (main 0 0 <span class="SpecialChar"><a href='boot.subx.html#L899'>Primary-bus-secondary-drive</a></span>)
 <span id="L27" class="LineNr">27 </span>  }
 <span id="L28" class="LineNr">28 </span>
 <span id="L29" class="LineNr">29 </span>  <span class="subxComment"># hang indefinitely</span>