We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea28e1f commit a4f3a9eCopy full SHA for a4f3a9e
src/Menu/MainFunctions.h
@@ -5,6 +5,7 @@
5
#ifdef _WIN32
6
#include <conio.h>
7
#define SYS_CLEAR() system("cls")
8
+ #define getch() _getch()
9
#else
10
#include <termios.h>
11
#include <unistd.h>
0 commit comments