about summary refs log tree commit diff stats
path: root/src/render/rendertext.nim
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-08-14 21:38:49 +0200
committerbptato <nincsnevem662@gmail.com>2023-08-14 21:38:49 +0200
commit6b0b7ccfc571b1df8bfbce26703f64e89861f779 (patch)
tree68e87d16b5285b29ab8ecdbbf887821cc1e0b67e /src/render/rendertext.nim
parent5cca932e90387781cfa14ae77d587c25c2e0dcf4 (diff)
downloadchawan-6b0b7ccfc571b1df8bfbce26703f64e89861f779.tar.gz
Move charsets into chakasu
Operation "modularize Chawan somewhat" part 1
Diffstat (limited to 'src/render/rendertext.nim')
-rw-r--r--src/render/rendertext.nim5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/render/rendertext.nim b/src/render/rendertext.nim
index b0538cd8..8d13dcf2 100644
--- a/src/render/rendertext.nim
+++ b/src/render/rendertext.nim
@@ -2,10 +2,11 @@ import streams
 import unicode
 
 import buffer/cell
-import data/charset
-import encoding/decoderstream
 import utils/twtstr
 
+import chakasu/charset
+import chakasu/decoderstream
+
 type StreamRenderer* = object
   ansiparser: AnsiCodeParser
   format: Format