about summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-11-03 17:21:52 +0100
committerbptato <nincsnevem662@gmail.com>2024-11-03 17:21:52 +0100
commitcfc6bb4c3cb773b035fa54de2aa90efbdd47216e (patch)
tree8695e2d7654a3a145929465d688a273481efb047 /res
parent21186a3f41bb0328dd34007d2f6300101e75a7cb (diff)
downloadchawan-cfc6bb4c3cb773b035fa54de2aa90efbdd47216e.tar.gz
utils, types: merge some modules
* line, vector, matrix -> path
* twtuni, charcategory -> twtstr
Diffstat (limited to 'res')
-rw-r--r--res/gencharwidth.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/gencharwidth.nim b/res/gencharwidth.nim
index a171f306..49609d74 100644
--- a/res/gencharwidth.nim
+++ b/res/gencharwidth.nim
@@ -1,8 +1,8 @@
 import std/streams
 import std/strutils
 
-import utils/charcategory
 import utils/proptable
+import utils/twtstr
 
 var DoubleWidthRanges: seq[(uint32, uint32)]
 var DoubleWidthAmbiguousRanges: seq[(uint32, uint32)]