diff options
| author | jStmaX! <87650746+jstmaxlol@users.noreply.github.com> | 2025-09-26 21:40:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-26 21:40:21 +0200 |
| commit | 500861dd6f7a366e21bbe01dba85cfd8d4e6fa83 (patch) | |
| tree | 5c2a26fe11e7dbef6a354f581f03de9e8301d04f /key.cpp | |
| parent | 69353b063c5605138e0b68e5fefbea06f1ec7262 (diff) | |
##
Diffstat (limited to 'key.cpp')
| -rw-r--r-- | key.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |