diff --git a/src/Main.cpp b/src/Main.cpp index 56ddbc8..7ab0e31 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -11,7 +11,7 @@ typedef std::pair pair_t; typedef std::map pairmap_t; /* Clearing the tty */ -#define CLEAR (std::cout << "\033[2J\033[;H") // \033[2J\033[;H is an ANSI escape sequence to clear the screen, ANSI is supported on most OS's +#define CLEAR (std::cout << "\033[2J\033[;H") //ANSI escape sequence to clear tty pairmap_t /* Returns a std::map, constructed like the following: */