about summary refs log tree commit diff stats
path: root/src/config
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-02-05 16:24:56 +0100
committerbptato <nincsnevem662@gmail.com>2023-02-05 16:24:56 +0100
commit6190ae1071c8d07a9a2d10037801838718363e1f (patch)
tree68581290381ecebb011750908f21b6a0c3d45633 /src/config
parentc5a318c85da3ae3cee30c839a40068e7f5fd514b (diff)
downloadchawan-6190ae1071c8d07a9a2d10037801838718363e1f.tar.gz
Update character width ranges
Use the Unicode 15 EastAsianWidth.txt file instead of an ancient wcwidth
implementation's ranges.
Diffstat (limited to 'src/config')
0 files changed, 0 insertions, 0 deletions
no@bk.ru> 2016-09-20 20:40:25 +0100 committer Silvino Silva <silvino@bk.ru> 2016-09-20 20:41:53 +0100 initial r-0.2.1' href='/punk/doc/commit/tools/index.html?id=e4b9fd6157b8b5eedf67006719a0ef5f1ac0027e'>e4b9fd6 ^
2cda042 ^
e4b9fd6 ^
2cda042 ^

43daea2 ^



83e2e33 ^

9741df0 ^
2cda042 ^






83e2e33 ^




2cda042 ^






83e2e33 ^

2cda042 ^


83e2e33 ^



2cda042 ^

43daea2 ^

94e429f ^

26f3d58 ^
94e429f ^

26f3d58 ^

94e429f ^
2f30196 ^
83e2e33 ^
2f30196 ^

83e2e33 ^
2f30196 ^
83e2e33 ^

26f3d58 ^
94e429f ^
8a7c0b6 ^
7d92798 ^
8a7c0b6 ^
7d92798 ^







8a7c0b6 ^
94e429f ^

26f3d58 ^
94e429f ^
94e429f ^
50f9d4a ^
2e952e8 ^

7d92798 ^



2e952e8 ^
26f3d58 ^
94e429f ^

2e952e8 ^
94e429f ^



26f3d58 ^
94e429f ^
83e2e33 ^
94e429f ^

2e952e8 ^







94e429f ^


2f30196 ^
3d29ecb ^

94e429f ^

2946387 ^









94e429f ^

2f30196 ^



2946387 ^
d1e992f ^
94e429f ^



2f30196 ^






94e429f ^

94e429f ^
26f3d58 ^
2cda042 ^

26f3d58 ^
214aa23 ^

6844eee ^
26f3d58 ^

94e429f ^

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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177