about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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 9c3d5e8b..066b7267 100644
--- a/font.subx
+++ b/font.subx
@@ -9,7 +9,7 @@
 #   - 2-letter hex bytes, optionally followed by '/' and single-word comments, and
 #   - line comments after '#'
 # Each glyph consists of a 1-byte size, a 1-byte boolean flagging combining
-# characters, and a 16-byte bitmap.
+# 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.
diff --git a/html/font.subx.html b/html/font.subx.html
index 781adf4b..e042598d 100644
--- a/html/font.subx.html
+++ b/html/font.subx.html
@@ -63,7 +63,7 @@ if ('onhashchange' in window) {
 <span id="L9" class="LineNr">    9 </span><span class="subxComment">#   - 2-letter hex bytes, optionally followed by '/' and single-word comments, and</span>
 <span id="L10" class="LineNr">   10 </span><span class="subxComment">#   - line comments after '#'</span>
 <span id="L11" class="LineNr">   11 </span><span class="subxComment"># Each glyph consists of a 1-byte size, a 1-byte boolean flagging combining</span>
-<span id="L12" class="LineNr">   12 </span><span class="subxComment"># characters, and a 16-byte bitmap.</span>
+<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>
falte.red> 2020-05-14 02:11:05 -0400 added links to wiki pages for cgit, efingerd, gopher pages, irc, getwtxt, and added crawl to services list' href='/tilde/site/commit/index.php?id=136f4b8dc94222c0fca154c00e38b2fd9f9449c8'>136f4b8 ^
e59ebae ^






ff1d2bd ^
e59ebae ^
136f4b8 ^


e59ebae ^
03982fd ^





ff1d2bd ^
c3cca82 ^
277bde9 ^
c3cca82 ^
277bde9 ^

c3cca82 ^



277bde9 ^
c3cca82 ^

277bde9 ^

c3cca82 ^
277bde9 ^
c3cca82 ^
e59ebae ^
277bde9 ^






b21023d ^
c3cca82 ^



277bde9 ^
f352c93 ^
c3cca82 ^

277bde9 ^
c3cca82 ^

277bde9 ^
c3cca82 ^

277bde9 ^
c3cca82 ^

277bde9 ^



f352c93 ^
c3cca82 ^

3b71a87 ^
c3cca82 ^










3b71a87 ^

c3cca82 ^






ff1d2bd ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125