about summary refs log tree commit diff stats
path: root/src/utils/strwidth.nim
Commit message (Expand)AuthorAgeFilesLines
* strwidth: return alpha for underscore in vi wordsbptato2024-04-171-1/+1
* Update code stylebptato2024-04-171-12/+12
* strwidth, renderdocument: small refactoringbptato2024-03-031-37/+20
* Re-design word handling, add e, E, W, B, etc.bptato2024-01-191-11/+19
* charwidth: use pre-generated map filebptato2024-01-041-136/+2
* strwidth & url fixesbptato2023-12-161-1/+1
* charcategory: move out isDigitAsciibptato2023-12-141-0/+3
* break up twtstr somewhatbptato2023-12-131-0/+246
vious revision' href='/akkartik/mu/blame/html/subx/061error.subx.html?h=main&id=c164f4fb6be4dcdf452e4276127a2cfabc32c33f'>^
0eb0f696 ^

ac07e589 ^

08a0eed6 ^
0eb0f696 ^
ac07e589 ^
60338448 ^
ce2c1efc ^
e0610e39 ^
60338448 ^
ac07e589 ^
60338448 ^
ac07e589 ^
0eb0f696 ^















ce2c1efc ^
0eb0f696 ^















c8a3ccbe ^
0eb0f696 ^







e99038ea ^
2104d1a7 ^
b1635a5c ^
33352536 ^

e99038ea ^


33352536 ^
e99038ea ^


33352536 ^
e99038ea ^

33352536 ^

e99038ea ^


33352536 ^
4a4a392d ^
e99038ea ^

33352536 ^
e99038ea ^


33352536 ^
e99038ea ^


33352536 ^
e99038ea ^
60338448 ^
e99038ea ^

b1635a5c ^
33352536 ^

e99038ea ^


0eb0f696 ^



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