Update Main.cpp

Changed wrongly worded comment
This commit is contained in:
Isak 2018-02-12 22:11:49 +01:00 committed by GitHub
parent 7520a1da93
commit 9be003de66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ typedef std::pair<int, str_t> pair_t;
typedef std::map<int, str_t> 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: <index, file_name>*/