diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-10-09 21:07:54 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-10-09 21:09:21 -0700 |
commit | 1fca8ee13c73790380fa2554c68ebf60c86e95d9 (patch) | |
tree | f86f82577dcdb01d614099fa0d8782a8008a9a43 /html/mu-init.subx.html | |
parent | 1ff9dde13ba00ca3c6ea3cf1d1178c06d83da1c5 (diff) | |
download | mu-1fca8ee13c73790380fa2554c68ebf60c86e95d9.tar.gz |
.
Diffstat (limited to 'html/mu-init.subx.html')
-rw-r--r-- | html/mu-init.subx.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/html/mu-init.subx.html b/html/mu-init.subx.html index f064c1fa..417cb811 100644 --- a/html/mu-init.subx.html +++ b/html/mu-init.subx.html @@ -1,14 +1,14 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<!DOCTYPE html> <html> <head> -<meta http-equiv="content-type" content="text/html; charset=UTF-8"> +<meta charset="UTF-8"> <title>Mu - mu-init.subx</title> -<meta name="Generator" content="Vim/8.1"> -<meta name="plugin-version" content="vim8.1_v1"> +<meta name="Generator" content="Vim/8.2"> +<meta name="plugin-version" content="vim8.1_v2"> <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="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=,use_input_for_pc=fallback"> <meta name="colorscheme" content="minimal-light"> -<style type="text/css"> +<style> <!-- pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; } body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } @@ -22,7 +22,7 @@ a { color:inherit; } --> </style> -<script type='text/javascript'> +<script> <!-- /* function to open any folds containing a jumped-to line before jumping to it */ @@ -78,9 +78,9 @@ if ('onhashchange' in window) { <span id="L22" class="LineNr">22 </span> 3d/compare-eax-and 0/imm32 <span id="L23" class="LineNr">23 </span> 75/jump-if-!= <span class="Constant">break</span>/disp8 <span id="L24" class="LineNr">24 </span> c7 0/subop/copy *Running-tests? 0/imm32/false -<span id="L25" class="LineNr">25 </span> (<a href='500fake-screen.mu.html#L441'>clear-real-screen</a>) -<span id="L26" class="LineNr">26 </span> c7 0/subop/copy *<span class="SpecialChar"><a href='103glyph.subx.html#L401'>Real-screen-cursor-x</a></span> 0/imm32 -<span id="L27" class="LineNr">27 </span> c7 0/subop/copy *<span class="SpecialChar"><a href='103glyph.subx.html#L403'>Real-screen-cursor-y</a></span> 0/imm32 +<span id="L25" class="LineNr">25 </span> (<a href='500fake-screen.mu.html#L462'>clear-real-screen</a>) +<span id="L26" class="LineNr">26 </span> c7 0/subop/copy *<span class="SpecialChar"><a href='103glyph.subx.html#L415'>Real-screen-cursor-x</a></span> 0/imm32 +<span id="L27" class="LineNr">27 </span> c7 0/subop/copy *<span class="SpecialChar"><a href='103glyph.subx.html#L417'>Real-screen-cursor-y</a></span> 0/imm32 <span id="L28" class="LineNr">28 </span> (main 0 0 <span class="SpecialChar"><a href='boot.subx.html#L735'>Primary-bus-secondary-drive</a></span>) <span id="L29" class="LineNr">29 </span> } <span id="L30" class="LineNr">30 </span> |