diff options
author | bptato <nincsnevem662@gmail.com> | 2024-10-23 18:32:13 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-10-23 19:08:47 +0200 |
commit | 151632bfa4a15dbd479066354c48efbac8ea461c (patch) | |
tree | c66bcd852461fb59dbe36fb383b69467232185c6 /src/main.nim | |
parent | 5c24b64fe5b242bdba68fe3d48489bed26b48eae (diff) | |
download | chawan-151632bfa4a15dbd479066354c48efbac8ea461c.tar.gz |
termcap: merge into term
again, not that useful to put it in a separate module if only term uses it
Diffstat (limited to 'src/main.nim')
-rw-r--r-- | src/main.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.nim b/src/main.nim index 9d946033..4f39a5f3 100644 --- a/src/main.nim +++ b/src/main.nim @@ -4,7 +4,6 @@ import std/options import std/os import std/posix -import bindings/termcap import chagashi/charset import config/chapath import config/config |