about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-10-10 15:50:52 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-10-10 15:50:52 -0700
commit3254fe5ca5cfab59672ab300bf898f859ca17199 (patch)
tree084e793f425c6eac8ab29d291e79e16d030e095c
parent365b1f855c9a589f49f145d80a784b36e1aaf6d6 (diff)
downloadmu-3254fe5ca5cfab59672ab300bf898f859ca17199.tar.gz
.
-rw-r--r--font.subx2
-rw-r--r--html/font.subx.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/font.subx b/font.subx
index 066b7267..d8dbfff0 100644
--- a/font.subx
+++ b/font.subx
@@ -12,7 +12,7 @@
 # characters, and a 32-byte bitmap.
 # The size can currently be only '08' or '10' (16).
 # * If it's '08', the glyph is 8 pixels wide, each row consists of one byte, and
-#   the last 8 bytes of the bitmap are ignored.
+#   the last 16 bytes of the bitmap are ignored.
 # * If it's '10', the glyph is 16 pixels wide, and each row consists of two
 #   bytes.
 
diff --git a/html/font.subx.html b/html/font.subx.html
index e042598d..b7079124 100644
--- a/html/font.subx.html
+++ b/html/font.subx.html
@@ -66,7 +66,7 @@ if ('onhashchange' in window) {
 <span id="L12" class="LineNr">   12 </span><span class="subxComment"># characters, and a 32-byte bitmap.</span>
 <span id="L13" class="LineNr">   13 </span><span class="subxComment"># The size can currently be only '08' or '10' (16).</span>
 <span id="L14" class="LineNr">   14 </span><span class="subxComment"># * If it's '08', the glyph is 8 pixels wide, each row consists of one byte, and</span>
-<span id="L15" class="LineNr">   15 </span><span class="subxComment">#   the last 8 bytes of the bitmap are ignored.</span>
+<span id="L15" class="LineNr">   15 </span><span class="subxComment">#   the last 16 bytes of the bitmap are ignored.</span>
 <span id="L16" class="LineNr">   16 </span><span class="subxComment"># * If it's '10', the glyph is 16 pixels wide, and each row consists of two</span>
 <span id="L17" class="LineNr">   17 </span><span class="subxComment">#   bytes.</span>
 <span id="L18" class="LineNr">   18 </span>