diff options
Diffstat (limited to 'html/103grapheme.subx.html')
-rw-r--r-- | html/103grapheme.subx.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/html/103grapheme.subx.html b/html/103grapheme.subx.html index 6f3c3864..915dd02b 100644 --- a/html/103grapheme.subx.html +++ b/html/103grapheme.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; } .SpecialChar { color: #d70000; } @@ -84,7 +84,7 @@ if ('onhashchange' in window) { <span id="L27" class="LineNr"> 27 </span> <span class="subxComment"># var letter-bitmap/esi = font[g]</span> <span id="L28" class="LineNr"> 28 </span> 8b/-> *(ebp+8) 6/r32/esi <span id="L29" class="LineNr"> 29 </span> c1 4/subop/shift-left %esi 4/imm8 -<span id="L30" class="LineNr"> 30 </span> 81 0/subop/add %esi <span class="SpecialChar"><a href='boot.subx.html#L628'>Font</a></span>/imm32 +<span id="L30" class="LineNr"> 30 </span> 81 0/subop/add %esi <span class="SpecialChar"><a href='boot.subx.html#L643'>Font</a></span>/imm32 <span id="L31" class="LineNr"> 31 </span> <span class="subxComment"># if (letter-bitmap >= 0x9400) return # characters beyond ASCII currently not supported</span> <span id="L32" class="LineNr"> 32 </span> 81 7/subop/compare %esi 0x9400/imm32 <span id="L33" class="LineNr"> 33 </span> 7d/jump-if->= $draw-grapheme-on-real-screen:end/disp8 |