diff options
author | bptato <nincsnevem662@gmail.com> | 2021-08-05 22:57:38 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2021-08-05 23:13:55 +0200 |
commit | b94597a68eb8572cf8f521ee9c39cc7d9d310827 (patch) | |
tree | a487471466f80a4e95cfefb4d7084f29a840eacc /src/css/style.nim | |
parent | 087f830528b41b00d0bf7a501f7b0472f75ffb18 (diff) | |
download | chawan-b94597a68eb8572cf8f521ee9c39cc7d9d310827.tar.gz |
Implement new buffer model which supports X coords
...also, one can kinda use this as a file viewer now I guess
Diffstat (limited to 'src/css/style.nim')
-rw-r--r-- | src/css/style.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css/style.nim b/src/css/style.nim index d98c1f6c..6df59f22 100644 --- a/src/css/style.nim +++ b/src/css/style.nim @@ -2,9 +2,9 @@ import unicode import terminal import tables -import ../io/twtio import ../utils/twtstr +import ../utils/eprint import ../types/enums |