about summary refs log tree commit diff stats
path: root/src/io/term.nim
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2021-11-20 19:22:36 +0100
committerbptato <nincsnevem662@gmail.com>2021-11-20 19:22:36 +0100
commitfae6b15f8fe7d59caa61b2295e6b71d89b70a795 (patch)
tree51ed366543ee9454c1d2ee94c8849c49353f13ba /src/io/term.nim
parentc7347c46b6bbce1194849ae5c8612b17b2b396ed (diff)
downloadchawan-fae6b15f8fe7d59caa61b2295e6b71d89b70a795.tar.gz
Bugfixes & documentation
Diffstat (limited to 'src/io/term.nim')
-rw-r--r--src/io/term.nim3
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)