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