summaryrefslogtreecommitdiff
path: root/key.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'key.cpp')
-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;