From d37ed7b03cb4423a0d80c2fd25ee28fcfce87fe8 Mon Sep 17 00:00:00 2001 From: Calson Noah Date: Sat, 27 May 2017 23:42:58 +0100 Subject: [PATCH] Edited color comments --- functions_for_cmd_typist.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/functions_for_cmd_typist.h b/functions_for_cmd_typist.h index f2e3300..201d077 100755 --- a/functions_for_cmd_typist.h +++ b/functions_for_cmd_typist.h @@ -18,13 +18,13 @@ void make_current(FILE *file_to_remove_from); char mode=8;//mode of play, could be random or standard, setting it defined amount to prevent it from being initialised to 0 FILE *noslac_lessonp; char ch;//used for character input and testing. -#define RED "\x1B[31m"//bash script for red color -#define GREEN "\x1B[32m"//bash script for Green color +#define RED "\x1B[31m"//red color +#define GREEN "\x1B[32m"//Green color #define SPEED_COLOR "\x1B[36m"//printing speed color -#define TIP_COLOR "\x1B[35m"//bash script for Green color +#define TIP_COLOR "\x1B[35m"//Green color #define LAST_LINE_BLUE "\x1B[34m"//bash script for Green color #define RESET "\x1B[0m"//color reset to normal (black) -#include//a linux header file for echo +#include//a linux header file to use for echoing #if defined(_WIN32)//checking if the system on which the program is running is windows #include//and including the windows header file. #elif defined(__linux__)//if machine is linux