summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjStmaX! <87650746+jstmaxlol@users.noreply.github.com>2025-09-26 21:40:21 +0200
committerGitHub <noreply@github.com>2025-09-26 21:40:21 +0200
commit500861dd6f7a366e21bbe01dba85cfd8d4e6fa83 (patch)
tree5c2a26fe11e7dbef6a354f581f03de9e8301d04f
parent69353b063c5605138e0b68e5fefbea06f1ec7262 (diff)
##
-rw-r--r--key.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/key.cpp b/key.cpp
index cc3441b..871dbdb 100644
--- a/key.cpp
+++ b/key.cpp
@@ -2,7 +2,7 @@
#include <termios.h>
#include <unistd.h>
#include <escape.ansi>
-
+// useless btw, just use xev if you actually need this, just made for fun
char getch() {
struct termios oldt, newt;
char ch;