diff options
author | bptato <nincsnevem662@gmail.com> | 2021-11-20 19:22:36 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2021-11-20 19:22:36 +0100 |
commit | fae6b15f8fe7d59caa61b2295e6b71d89b70a795 (patch) | |
tree | 51ed366543ee9454c1d2ee94c8849c49353f13ba /src/io/term.nim | |
parent | c7347c46b6bbce1194849ae5c8612b17b2b396ed (diff) | |
download | chawan-fae6b15f8fe7d59caa61b2295e6b71d89b70a795.tar.gz |
Bugfixes & documentation
Diffstat (limited to 'src/io/term.nim')
-rw-r--r-- | src/io/term.nim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/io/term.nim b/src/io/term.nim index d60d5746..dc54a34c 100644 --- a/src/io/term.nim +++ b/src/io/term.nim @@ -26,6 +26,3 @@ proc getTermAttributes*(): TermAttributes = result.height = 24 result.ppc = 9 result.ppl = 18 - -proc termGoto*(x: int, y: int) = - setCursorPos(stdout, x, y) |