From 3ff2fe607c2cb5690d201d3b83ddcc957e949b7a Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 9 Nov 2021 09:23:31 -0800 Subject: . --- html/linux/304screen.subx.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'html/linux/304screen.subx.html') diff --git a/html/linux/304screen.subx.html b/html/linux/304screen.subx.html index 0197f9a3..a97057cd 100644 --- a/html/linux/304screen.subx.html +++ b/html/linux/304screen.subx.html @@ -14,13 +14,13 @@ pre { white-space: pre-wrap; font-family: monospace; color: #000000; background- body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } +.SpecialChar { color: #d70000; } .subxComment { color: #005faf; } +.subxS1Comment { color: #0000af; } .LineNr { } +.subxMinorFunction { color: #875f5f; } .subxFunction { color: #af5f00; text-decoration: underline; } -.subxS1Comment { color: #0000af; } -.SpecialChar { color: #d70000; } .Constant { color: #008787; } -.subxMinorFunction { color: #875f5f; } .CommentedCode { color: #8a8a8a; } --> @@ -216,8 +216,8 @@ if ('onhashchange' in window) { 157 5d/pop-to-ebp 158 c3/return 159 -160 # print a grapheme in utf-8 (only up to 4 bytes so far) -161 print-grapheme-to-real-screen: # c: grapheme +160 # print a code-point-utf8 in utf-8 (only up to 4 bytes so far) +161 print-code-point-utf8-to-real-screen: # c: code-point-utf8 162 # . prologue 163 55/push-ebp 164 89/<- %ebp 4/r32/esp @@ -229,31 +229,31 @@ if ('onhashchange' in window) { 170 8a/byte-> *(ebp+8) 0/r32/al 171 # if (curr == 0) return 172 3d/compare-eax-and 0/imm32 -173 74/jump-if-= $print-grapheme-to-real-screen:end/disp8 +173 74/jump-if-= $print-code-point-utf8-to-real-screen:end/disp8 174 # 175 (print-byte-to-real-screen %eax) 176 # curr = *(ebp+9) 177 8a/byte-> *(ebp+9) 0/r32/al 178 # if (curr == 0) return 179 3d/compare-eax-and 0/imm32 -180 74/jump-if-= $print-grapheme-to-real-screen:end/disp8 +180 74/jump-if-= $print-code-point-utf8-to-real-screen:end/disp8 181 # 182 (print-byte-to-real-screen %eax) 183 # curr = *(ebp+10) 184 8a/byte-> *(ebp+0xa) 0/r32/al 185 # if (curr == 0) return 186 3d/compare-eax-and 0/imm32 -187 74/jump-if-= $print-grapheme-to-real-screen:end/disp8 +187 74/jump-if-= $print-code-point-utf8-to-real-screen:end/disp8 188 # 189 (print-byte-to-real-screen %eax) 190 # curr = *(ebp+11) 191 8a/byte-> *(ebp+0xb) 0/r32/al 192 # if (curr == 0) return 193 3d/compare-eax-and 0/imm32 -194 74/jump-if-= $print-grapheme-to-real-screen:end/disp8 +194 74/jump-if-= $print-code-point-utf8-to-real-screen:end/disp8 195 # 196 (print-byte-to-real-screen %eax) -197 $print-grapheme-to-real-screen:end: +197 $print-code-point-utf8-to-real-screen:end: 198 # . restore registers 199 58/pop-to-eax 200 # . epilogue -- cgit 1.4.1-2-gfad0