From 9be003de66924b63c1fa9fa68aec002c09cb0f3b Mon Sep 17 00:00:00 2001 From: Isak Date: Mon, 12 Feb 2018 22:11:49 +0100 Subject: [PATCH] Update Main.cpp Changed wrongly worded comment --- src/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: */