From 26bb28ac5a03dffd703facccf0940ce7f6488c9e Mon Sep 17 00:00:00 2001 From: prod2 Date: Sat, 10 Dec 2022 15:36:22 +0100 Subject: [PATCH] contact info --- README.md | 6 +++++- keycodes.nim | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3e3b3b..4882204 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # jal3 -Just Another Line 3ditor \ No newline at end of file +Just Another Line 3ditor + +# Contact + +Matrix: @prod2:envs.net diff --git a/keycodes.nim b/keycodes.nim index f1477e6..765e128 100644 --- a/keycodes.nim +++ b/keycodes.nim @@ -163,6 +163,7 @@ proc getChar: int = getch().int proc getKey*: int = + # TODO unicode handling var key = 0 while true: key *= 256